Html Css Color HEX #562689 Kingfisher Daisy

📋 copy color: '#562689'

red 86 ◦ green 38 ◦ blue 137

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

Shades of Kingfisher Daisy #562689

Tints of Kingfisher Daisy #562689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.49%

R = 32.95%
G = 14.56%
B = 52.49%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#562689 (or 0x562689) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 89. RGB value is (86,38,137). Sum of RGB (Red+Green+Blue) = 86+38+137=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #562689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562689 is #A9D976. Grayscale: #3F3F3F. Windows color (decimal): -11131255 or 8988246. OLE color: 8988246.

HSL color Cylindrical-coordinate representation of color #562689: hue angle of 269.09º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562689 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 38 137 -
CMYK 0.37 0.72 0 0.46
HSL 269.09º 0.57% 0.34% -
HSV(B) 269.09º 0.72% 0.54% -
XYZ 9.05 5.17 24.19 -
YUV 63.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 86 38 137 0.37 0.72 0 0.46 269.09 0.57 0.34
Hex 56 26 89 25 48 0 2E 10D 39 22
Octal 126 46 211 45 110 0 56 415 71 42
Binary 1010110 100110 10001001 100101 1001000 0 101110 100001101 111001 100010

Color Harmonies of #562689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562689

Black with #562689

Text Example


Text Example

White with #562689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562689; }

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

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

background-color css

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

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

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

border-color css

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

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

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