#653385

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

Shades of Kingfisher Daisy #653385

Tints of Kingfisher Daisy #653385

Color information

#653385 (or 0x653385) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 33 and 85. RGB value is (101,51,133). Sum of RGB (Red+Green+Blue) = 101+51+133=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #653385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653385 is #9ACC7A. Grayscale: #4B4B4B. Windows color (decimal): -10144891 or 8729445. OLE color: 8729445.

HSL color Cylindrical-coordinate representation of color #653385: hue angle of 276.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653385 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10151133-
CMYK0.240.6200.48
HSL276.59º44.57%36.08%-
HSV(B)276.59º61.65%52.16%-
XYZ10.786.8322.94-
YUV75.3160.56146.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=35.44%
G=17.89%
B=46.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101511330.240.6200.48276.5944.5736.08
Hex653385183E0301152d24
Octal1456320530760604255544
Binary110010111001110000101110001111100110000100010101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653385; }

 p { color: rgb(101,51,133); }

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

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

 a { background-color: rgb(101,51,133); }

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

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

 span { border-color: rgb(101,51,133); }

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