Html Css Color HEX #562591 Kingfisher Daisy

📋 copy color: '#562591'

red 86 ◦ green 37 ◦ blue 145

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

Shades of Kingfisher Daisy #562591

Tints of Kingfisher Daisy #562591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

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

R = 32.09%
G = 13.81%
B = 54.1%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#562591 (or 0x562591) is known color: Kingfisher Daisy. HEX triplet: 56, 25 and 91. RGB value is (86,37,145). Sum of RGB (Red+Green+Blue) = 86+37+145=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #562591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562591 is #A9DA6E. Grayscale: #3F3F3F. Windows color (decimal): -11131503 or 9512278. OLE color: 9512278.

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

Color convert

RGB 86 37 145 -
CMYK 0.41 0.74 0 0.43
HSL 267.22º 0.59% 0.36% -
HSV(B) 267.22º 0.74% 0.57% -
XYZ 9.61 5.35 27.31 -
YUV 63.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 86 37 145 0.41 0.74 0 0.43 267.22 0.59 0.36
Hex 56 25 91 29 4A 0 2B 10B 3B 24
Octal 126 45 221 51 112 0 53 413 73 44
Binary 1010110 100101 10010001 101001 1001010 0 101011 100001011 111011 100100

Color Harmonies of #562591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562591

Black with #562591

Text Example


Text Example

White with #562591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562591; }

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

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

background-color css

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

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

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

border-color css

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

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

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