#652888

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

Shades of Kingfisher Daisy #652888

Tints of Kingfisher Daisy #652888

Color information

#652888 (or 0x652888) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 28 and 88. RGB value is (101,40,136). Sum of RGB (Red+Green+Blue) = 101+40+136=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #652888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652888 is #9AD777. Grayscale: #444444. Windows color (decimal): -10147704 or 8923237. OLE color: 8923237.

HSL color Cylindrical-coordinate representation of color #652888: hue angle of 278.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652888 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10140136-
CMYK0.260.7100.47
HSL278.12º54.55%34.51%-
HSV(B)278.12º70.59%53.33%-
XYZ10.576.0623.91-
YUV69.18165.71150.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=36.46%
G=14.44%
B=49.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101401360.260.7100.47278.1254.5534.51
Hex6528881A4702F1163723
Octal14550210321070574266743
Binary1100101101000100010001101010001110101111100010110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652888; }

 p { color: rgb(101,40,136); }

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

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

 a { background-color: rgb(101,40,136); }

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

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

 span { border-color: rgb(101,40,136); }

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