Html Css Color HEX #552170 Blue Diamond

📋 copy color: '#552170'

red 85 ◦ green 33 ◦ blue 112

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

Shades of Blue Diamond #552170

Tints of Blue Diamond #552170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 36.96%
G = 14.35%
B = 48.7%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552170 (or 0x552170) is known color: Blue Diamond. HEX triplet: 55, 21 and 70. RGB value is (85,33,112). Sum of RGB (Red+Green+Blue) = 85+33+112=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #552170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552170 is #AADE8F. Grayscale: #393939. Windows color (decimal): -11198096 or 7348565. OLE color: 7348565.

HSL color Cylindrical-coordinate representation of color #552170: hue angle of 279.49º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552170 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 33 112 -
CMYK 0.24 0.71 0 0.56
HSL 279.49º 0.54% 0.28% -
HSV(B) 279.49º 0.71% 0.44% -
XYZ 7.21 4.19 15.76 -
YUV 57.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 85 33 112 0.24 0.71 0 0.56 279.49 0.54 0.28
Hex 55 21 70 18 47 0 38 117 36 1C
Octal 125 41 160 30 107 0 70 427 66 34
Binary 1010101 100001 1110000 11000 1000111 0 111000 100010111 110110 11100

Color Harmonies of #552170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552170

Black with #552170

Text Example


Text Example

White with #552170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552170; }

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

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

background-color css

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

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

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

border-color css

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

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

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