Html Css Color HEX #562491 Kingfisher Daisy

📋 copy color: '#562491'

red 86 ◦ green 36 ◦ blue 145

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

Shades of Kingfisher Daisy #562491

Tints of Kingfisher Daisy #562491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 32.21%
G = 13.48%
B = 54.31%

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

#562491 (or 0x562491) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 91. RGB value is (86,36,145). Sum of RGB (Red+Green+Blue) = 86+36+145=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #562491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562491 is #A9DB6E. Grayscale: #3E3E3E. Windows color (decimal): -11131759 or 9512022. OLE color: 9512022.

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

Color convert

RGB 86 36 145 -
CMYK 0.41 0.75 0 0.43
HSL 267.52º 0.6% 0.35% -
HSV(B) 267.52º 0.75% 0.57% -
XYZ 9.58 5.28 27.3 -
YUV 63.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 86 36 145 0.41 0.75 0 0.43 267.52 0.6 0.35
Hex 56 24 91 29 4B 0 2B 10C 3C 23
Octal 126 44 221 51 113 0 53 414 74 43
Binary 1010110 100100 10010001 101001 1001011 0 101011 100001100 111100 100011

Color Harmonies of #562491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562491

Black with #562491

Text Example


Text Example

White with #562491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562491; }

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

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

background-color css

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

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

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

border-color css

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

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

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