Html Css Color HEX #562C88 Kingfisher Daisy

📋 copy color: '#562C88'

red 86 ◦ green 44 ◦ blue 136

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

Shades of Kingfisher Daisy #562C88

Tints of Kingfisher Daisy #562C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.54%

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

R = 32.33%
G = 16.54%
B = 51.13%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#562C88 (or 0x562C88) is known color: Kingfisher Daisy. HEX triplet: 56, 2C and 88. RGB value is (86,44,136). Sum of RGB (Red+Green+Blue) = 86+44+136=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #562C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562C88 is #A9D377. Grayscale: #424242. Windows color (decimal): -11129720 or 8924246. OLE color: 8924246.

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

Color convert

RGB 86 44 136 -
CMYK 0.37 0.68 0 0.47
HSL 267.39º 0.51% 0.35% -
HSV(B) 267.39º 0.68% 0.53% -
XYZ 9.18 5.56 23.88 -
YUV 67.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 86 44 136 0.37 0.68 0 0.47 267.39 0.51 0.35
Hex 56 2C 88 25 44 0 2F 10B 33 23
Octal 126 54 210 45 104 0 57 413 63 43
Binary 1010110 101100 10001000 100101 1000100 0 101111 100001011 110011 100011

Color Harmonies of #562C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562C88

Black with #562C88

Text Example


Text Example

White with #562C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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