Html Css Color HEX #562B76 Blue Diamond

📋 copy color: '#562B76'

red 86 ◦ green 43 ◦ blue 118

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

Shades of Blue Diamond #562B76

Tints of Blue Diamond #562B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 34.82%
G = 17.41%
B = 47.77%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#562B76 (or 0x562B76) is known color: Blue Diamond. HEX triplet: 56, 2B and 76. RGB value is (86,43,118). Sum of RGB (Red+Green+Blue) = 86+43+118=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #562B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B76 is #A9D489. Grayscale: #404040. Windows color (decimal): -11129994 or 7744342. OLE color: 7744342.

HSL color Cylindrical-coordinate representation of color #562B76: hue angle of 274.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562B76 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 43 118 -
CMYK 0.27 0.64 0 0.54
HSL 274.4º 0.47% 0.32% -
HSV(B) 274.4º 0.64% 0.46% -
XYZ 7.97 5.01 17.69 -
YUV 64.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 86 43 118 0.27 0.64 0 0.54 274.4 0.47 0.32
Hex 56 2B 76 1B 40 0 36 112 2F 20
Octal 126 53 166 33 100 0 66 422 57 40
Binary 1010110 101011 1110110 11011 1000000 0 110110 100010010 101111 100000

Color Harmonies of #562B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562B76

Black with #562B76

Text Example


Text Example

White with #562B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,43,118); }

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

background-color css

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

 a { background-color: rgb(86,43,118); }

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

border-color css

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

 span { border-color: rgb(86,43,118); }

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