Html Css Color HEX #562296 Kingfisher Daisy

📋 copy color: '#562296'

red 86 ◦ green 34 ◦ blue 150

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

Shades of Kingfisher Daisy #562296

Tints of Kingfisher Daisy #562296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 31.85%
G = 12.59%
B = 55.56%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#562296 (or 0x562296) is known color: Kingfisher Daisy. HEX triplet: 56, 22 and 96. RGB value is (86,34,150). Sum of RGB (Red+Green+Blue) = 86+34+150=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #562296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562296 is #A9DD69. Grayscale: #3E3E3E. Windows color (decimal): -11132266 or 9839190. OLE color: 9839190.

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

Color convert

RGB 86 34 150 -
CMYK 0.43 0.77 0 0.41
HSL 266.9º 0.63% 0.36% -
HSV(B) 266.9º 0.77% 0.59% -
XYZ 9.91 5.32 29.36 -
YUV 62.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 86 34 150 0.43 0.77 0 0.41 266.9 0.63 0.36
Hex 56 22 96 2B 4D 0 29 10B 3F 24
Octal 126 42 226 53 115 0 51 413 77 44
Binary 1010110 100010 10010110 101011 1001101 0 101001 100001011 111111 100100

Color Harmonies of #562296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562296

Black with #562296

Text Example


Text Example

White with #562296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562296; }

 p { color: rgb(86,34,150); }

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

background-color css

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

 a { background-color: rgb(86,34,150); }

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

border-color css

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

 span { border-color: rgb(86,34,150); }

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