Html Css Color HEX #562477 Blue Diamond

📋 copy color: '#562477'

red 86 ◦ green 36 ◦ blue 119

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

Shades of Blue Diamond #562477

Tints of Blue Diamond #562477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 35.68%
G = 14.94%
B = 49.38%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#562477 (or 0x562477) is known color: Blue Diamond. HEX triplet: 56, 24 and 77. RGB value is (86,36,119). Sum of RGB (Red+Green+Blue) = 86+36+119=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #562477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562477 is #A9DB88. Grayscale: #3C3C3C. Windows color (decimal): -11131785 or 7808086. OLE color: 7808086.

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

Color convert

RGB 86 36 119 -
CMYK 0.28 0.70 0 0.53
HSL 276.14º 0.54% 0.3% -
HSV(B) 276.14º 0.7% 0.47% -
XYZ 7.8 4.57 17.92 -
YUV 60.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 86 36 119 0.28 0.70 0 0.53 276.14 0.54 0.3
Hex 56 24 77 1C 46 0 35 114 36 1E
Octal 126 44 167 34 106 0 65 424 66 36
Binary 1010110 100100 1110111 11100 1000110 0 110101 100010100 110110 11110

Color Harmonies of #562477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562477

Black with #562477

Text Example


Text Example

White with #562477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562477; }

 p { color: rgb(86,36,119); }

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

background-color css

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

 a { background-color: rgb(86,36,119); }

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

border-color css

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

 span { border-color: rgb(86,36,119); }

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