Html Css Color HEX #562575 Blue Diamond

📋 copy color: '#562575'

red 86 ◦ green 37 ◦ blue 117

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

Shades of Blue Diamond #562575

Tints of Blue Diamond #562575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 35.83%
G = 15.42%
B = 48.75%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#562575 (or 0x562575) is known color: Blue Diamond. HEX triplet: 56, 25 and 75. RGB value is (86,37,117). Sum of RGB (Red+Green+Blue) = 86+37+117=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #562575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562575 is #A9DA8A. Grayscale: #3C3C3C. Windows color (decimal): -11131531 or 7677270. OLE color: 7677270.

HSL color Cylindrical-coordinate representation of color #562575: hue angle of 276.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #562575 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 37 117 -
CMYK 0.26 0.68 0 0.54
HSL 276.75º 0.52% 0.3% -
HSV(B) 276.75º 0.68% 0.46% -
XYZ 7.71 4.59 17.31 -
YUV 60.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 86 37 117 0.26 0.68 0 0.54 276.75 0.52 0.3
Hex 56 25 75 1A 44 0 36 115 34 1E
Octal 126 45 165 32 104 0 66 425 64 36
Binary 1010110 100101 1110101 11010 1000100 0 110110 100010101 110100 11110

Color Harmonies of #562575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562575

Black with #562575

Text Example


Text Example

White with #562575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562575; }

 p { color: rgb(86,37,117); }

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

background-color css

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

 a { background-color: rgb(86,37,117); }

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

border-color css

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

 span { border-color: rgb(86,37,117); }

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