Html Css Color HEX #562988 Kingfisher Daisy

📋 copy color: '#562988'

red 86 ◦ green 41 ◦ blue 136

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

Shades of Kingfisher Daisy #562988

Tints of Kingfisher Daisy #562988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

 BLUE value IS 136 (53.52% from 255) = 51.71%

R = 32.7%
G = 15.59%
B = 51.71%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#562988 (or 0x562988) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 88. RGB value is (86,41,136). Sum of RGB (Red+Green+Blue) = 86+41+136=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #562988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562988 is #A9D677. Grayscale: #404040. Windows color (decimal): -11130488 or 8923478. OLE color: 8923478.

HSL color Cylindrical-coordinate representation of color #562988: hue angle of 268.42º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562988 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 41 136 -
CMYK 0.37 0.70 0 0.47
HSL 268.42º 0.54% 0.35% -
HSV(B) 268.42º 0.7% 0.53% -
XYZ 9.07 5.34 23.85 -
YUV 65.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 86 41 136 0.37 0.70 0 0.47 268.42 0.54 0.35
Hex 56 29 88 25 46 0 2F 10C 36 23
Octal 126 51 210 45 106 0 57 414 66 43
Binary 1010110 101001 10001000 100101 1000110 0 101111 100001100 110110 100011

Color Harmonies of #562988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562988

Black with #562988

Text Example


Text Example

White with #562988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562988; }

 p { color: rgb(86,41,136); }

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

background-color css

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

 a { background-color: rgb(86,41,136); }

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

border-color css

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

 span { border-color: rgb(86,41,136); }

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