#653A85

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

Shades of Kingfisher Daisy #653A85

Tints of Kingfisher Daisy #653A85

Color information

#653A85 (or 0x653A85) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 3A and 85. RGB value is (101,58,133). Sum of RGB (Red+Green+Blue) = 101+58+133=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #653A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653A85 is #9AC57A. Grayscale: #4F4F4F. Windows color (decimal): -10143099 or 8731237. OLE color: 8731237.

HSL color Cylindrical-coordinate representation of color #653A85: hue angle of 274.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653A85 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10158133-
CMYK0.240.5600.48
HSL274.4º39.27%37.45%-
HSV(B)274.4º56.39%52.16%-
XYZ11.117.4923.05-
YUV79.41158.25143.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=34.59%
G=19.86%
B=45.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101581330.240.5600.48274.439.2737.45
Hex653A8518380301122725
Octal1457220530700604224745
Binary110010111101010000101110001110000110000100010010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653A85; }

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

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

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

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

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

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

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

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