#653187

Color #653187 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #653187

Tints of Kingfisher Daisy #653187

Color information

#653187 (or 0x653187) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 31 and 87. RGB value is (101,49,135). Sum of RGB (Red+Green+Blue) = 101+49+135=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #653187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653187 is #9ACE78. Grayscale: #4A4A4A. Windows color (decimal): -10145401 or 8860005. OLE color: 8860005.

HSL color Cylindrical-coordinate representation of color #653187: hue angle of 276.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #653187 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10149135-
CMYK0.250.6400.47
HSL276.28º46.74%36.08%-
HSV(B)276.28º63.7%52.94%-
XYZ10.846.7123.65-
YUV74.35162.23147.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=35.44%
G=17.19%
B=47.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101491350.250.6400.47276.2846.7436.08
Hex653187194002F1142f24
Octal14561207311000574245744
Binary1100101110001100001111100110000000101111100010100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653187; }

 p { color: rgb(101,49,135); }

 H1.HeaderClassName
 {
   color: #653187;
 }
 .AnyTagClassName
 {
   color: #653187;
 }
</style>
background-color css

<style>
 a { background-color: #653187; }

 a { background-color: rgb(101,49,135); }

 div.DivClassName
 {
   background-color: #653187;
 }
 .BgClassName
 {
   background-color: #653187;
 }
</style>
border-color css

<style>
 span { border-color: #653187; }

 span { border-color: rgb(101,49,135); }

 td.TdClassName
 {
   border-color: #653187;
 }
 .TagClassName
 {
   border-color: #653187;
 }
</style>