Html Css Color HEX #562492 Kingfisher Daisy

📋 copy color: '#562492'

red 86 ◦ green 36 ◦ blue 146

#562492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #562492

Tints of Kingfisher Daisy #562492

RGB

 RED value IS 86 (33.98% from 255) = 32.09%

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 32.09%
G = 13.43%
B = 54.48%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#562492 (or 0x562492) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 92. RGB value is (86,36,146). Sum of RGB (Red+Green+Blue) = 86+36+146=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #562492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562492 is #A9DB6D. Grayscale: #3F3F3F. Windows color (decimal): -11131758 or 9577558. OLE color: 9577558.

HSL color Cylindrical-coordinate representation of color #562492: hue angle of 267.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562492 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 36 146 -
CMYK 0.41 0.75 0 0.43
HSL 267.27º 0.6% 0.36% -
HSV(B) 267.27º 0.75% 0.57% -
XYZ 9.66 5.32 27.71 -
YUV 63.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 86 36 146 0.41 0.75 0 0.43 267.27 0.6 0.36
Hex 56 24 92 29 4B 0 2B 10B 3C 24
Octal 126 44 222 51 113 0 53 413 74 44
Binary 1010110 100100 10010010 101001 1001011 0 101011 100001011 111100 100100

Color Harmonies of #562492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562492

Black with #562492

Text Example


Text Example

White with #562492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562492; }

 p { color: rgb(86,36,146); }

 H1.HeaderClassName
 {
   color: #562492;
 }
 .AnyTagClassName
 {
   color: #562492;
 }
</style>

background-color css

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

 a { background-color: rgb(86,36,146); }

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

border-color css

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

 span { border-color: rgb(86,36,146); }

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