Html Css Color HEX #562287 Kingfisher Daisy

📋 copy color: '#562287'

red 86 ◦ green 34 ◦ blue 135

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

Shades of Kingfisher Daisy #562287

Tints of Kingfisher Daisy #562287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 33.73%
G = 13.33%
B = 52.94%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#562287 (or 0x562287) is known color: Kingfisher Daisy. HEX triplet: 56, 22 and 87. RGB value is (86,34,135). Sum of RGB (Red+Green+Blue) = 86+34+135=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #562287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562287 is #A9DD78. Grayscale: #3C3C3C. Windows color (decimal): -11132281 or 8856150. OLE color: 8856150.

HSL color Cylindrical-coordinate representation of color #562287: hue angle of 270.89º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562287 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 34 135 -
CMYK 0.36 0.75 0 0.47
HSL 270.89º 0.6% 0.33% -
HSV(B) 270.89º 0.75% 0.53% -
XYZ 8.78 4.87 23.4 -
YUV 61.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 86 34 135 0.36 0.75 0 0.47 270.89 0.6 0.33
Hex 56 22 87 24 4B 0 2F 10F 3C 21
Octal 126 42 207 44 113 0 57 417 74 41
Binary 1010110 100010 10000111 100100 1001011 0 101111 100001111 111100 100001

Color Harmonies of #562287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562287

Black with #562287

Text Example


Text Example

White with #562287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562287; }

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

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

background-color css

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

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

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

border-color css

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

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

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