Html Css Color HEX #55217B Blue Diamond

📋 copy color: '#55217B'

red 85 ◦ green 33 ◦ blue 123

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

Shades of Blue Diamond #55217B

Tints of Blue Diamond #55217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 35.27%
G = 13.69%
B = 51.04%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55217B (or 0x55217B) is known color: Blue Diamond. HEX triplet: 55, 21 and 7B. RGB value is (85,33,123). Sum of RGB (Red+Green+Blue) = 85+33+123=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #55217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55217B is #AADE84. Grayscale: #3A3A3A. Windows color (decimal): -11198085 or 8069461. OLE color: 8069461.

HSL color Cylindrical-coordinate representation of color #55217B: hue angle of 274.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55217B is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 33 123 -
CMYK 0.31 0.73 0 0.52
HSL 274.67º 0.58% 0.31% -
HSV(B) 274.67º 0.73% 0.48% -
XYZ 7.87 4.45 19.18 -
YUV 58.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 85 33 123 0.31 0.73 0 0.52 274.67 0.58 0.31
Hex 55 21 7B 1F 49 0 34 113 3A 1F
Octal 125 41 173 37 111 0 64 423 72 37
Binary 1010101 100001 1111011 11111 1001001 0 110100 100010011 111010 11111

Color Harmonies of #55217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55217B

Black with #55217B

Text Example


Text Example

White with #55217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55217B; }

 p { color: rgb(85,33,123); }

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

background-color css

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

 a { background-color: rgb(85,33,123); }

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

border-color css

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

 span { border-color: rgb(85,33,123); }

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