Html Css Color HEX #55206E Blue Diamond

📋 copy color: '#55206E'

red 85 ◦ green 32 ◦ blue 110

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

Shades of Blue Diamond #55206E

Tints of Blue Diamond #55206E

RGB

 RED value IS 85 (33.59% from 255) = 37.44%

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 37.44%
G = 14.1%
B = 48.46%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55206E (or 0x55206E) is known color: Blue Diamond. HEX triplet: 55, 20 and 6E. RGB value is (85,32,110). Sum of RGB (Red+Green+Blue) = 85+32+110=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #55206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55206E is #AADF91. Grayscale: #383838. Windows color (decimal): -11198354 or 7217237. OLE color: 7217237.

HSL color Cylindrical-coordinate representation of color #55206E: hue angle of 280.77º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55206E is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 32 110 -
CMYK 0.23 0.71 0 0.57
HSL 280.77º 0.55% 0.28% -
HSV(B) 280.77º 0.71% 0.43% -
XYZ 7.08 4.09 15.17 -
YUV 56.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 85 32 110 0.23 0.71 0 0.57 280.77 0.55 0.28
Hex 55 20 6E 17 47 0 39 119 37 1C
Octal 125 40 156 27 107 0 71 431 67 34
Binary 1010101 100000 1101110 10111 1000111 0 111001 100011001 110111 11100

Color Harmonies of #55206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55206E

Black with #55206E

Text Example


Text Example

White with #55206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55206E; }

 p { color: rgb(85,32,110); }

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

background-color css

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

 a { background-color: rgb(85,32,110); }

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

border-color css

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

 span { border-color: rgb(85,32,110); }

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