Html Css Color HEX #562691 Kingfisher Daisy

📋 copy color: '#562691'

red 86 ◦ green 38 ◦ blue 145

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

Shades of Kingfisher Daisy #562691

Tints of Kingfisher Daisy #562691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

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

R = 31.97%
G = 14.13%
B = 53.9%

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

#562691 (or 0x562691) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 91. RGB value is (86,38,145). Sum of RGB (Red+Green+Blue) = 86+38+145=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #562691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562691 is #A9D96E. Grayscale: #404040. Windows color (decimal): -11131247 or 9512534. OLE color: 9512534.

HSL color Cylindrical-coordinate representation of color #562691: hue angle of 266.92º degrees, saturation: 0.58, 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 #562691 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 38 145 -
CMYK 0.41 0.74 0 0.43
HSL 266.92º 0.58% 0.36% -
HSV(B) 266.92º 0.74% 0.57% -
XYZ 9.64 5.41 27.32 -
YUV 64.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 86 38 145 0.41 0.74 0 0.43 266.92 0.58 0.36
Hex 56 26 91 29 4A 0 2B 10B 3A 24
Octal 126 46 221 51 112 0 53 413 72 44
Binary 1010110 100110 10010001 101001 1001010 0 101011 100001011 111010 100100

Color Harmonies of #562691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562691

Black with #562691

Text Example


Text Example

White with #562691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562691; }

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

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

background-color css

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

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

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

border-color css

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

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

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