Html Css Color HEX #562377 Blue Diamond

📋 copy color: '#562377'

red 86 ◦ green 35 ◦ blue 119

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

Shades of Blue Diamond #562377

Tints of Blue Diamond #562377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 35.83%
G = 14.58%
B = 49.58%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#562377 (or 0x562377) is known color: Blue Diamond. HEX triplet: 56, 23 and 77. RGB value is (86,35,119). Sum of RGB (Red+Green+Blue) = 86+35+119=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #562377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562377 is #A9DC88. Grayscale: #3B3B3B. Windows color (decimal): -11132041 or 7807830. OLE color: 7807830.

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

Color convert

RGB 86 35 119 -
CMYK 0.28 0.71 0 0.53
HSL 276.43º 0.55% 0.3% -
HSV(B) 276.43º 0.71% 0.47% -
XYZ 7.77 4.51 17.91 -
YUV 59.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 86 35 119 0.28 0.71 0 0.53 276.43 0.55 0.3
Hex 56 23 77 1C 47 0 35 114 37 1E
Octal 126 43 167 34 107 0 65 424 67 36
Binary 1010110 100011 1110111 11100 1000111 0 110101 100010100 110111 11110

Color Harmonies of #562377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562377

Black with #562377

Text Example


Text Example

White with #562377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562377; }

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

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

background-color css

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

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

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

border-color css

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

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

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