#653882

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

Shades of Kingfisher Daisy #653882

Tints of Kingfisher Daisy #653882

Color information

#653882 (or 0x653882) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 38 and 82. RGB value is (101,56,130). Sum of RGB (Red+Green+Blue) = 101+56+130=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #653882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653882 is #9AC77D. Grayscale: #4D4D4D. Windows color (decimal): -10143614 or 8534117. OLE color: 8534117.

HSL color Cylindrical-coordinate representation of color #653882: hue angle of 276.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #653882 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10156130-
CMYK0.220.5700.49
HSL276.49º39.78%36.47%-
HSV(B)276.49º56.92%50.98%-
XYZ10.817.2121.94-
YUV77.89157.41144.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=35.19%
G=19.51%
B=45.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101561300.220.5700.49276.4939.7836.47
Hex65388216390311142824
Octal1457020226710614245044
Binary110010111100010000010101101110010110001100010100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653882; }

 p { color: rgb(101,56,130); }

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

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

 a { background-color: rgb(101,56,130); }

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

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

 span { border-color: rgb(101,56,130); }

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