Html Css Color HEX #552270 Blue Diamond

📋 copy color: '#552270'

red 85 ◦ green 34 ◦ blue 112

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

Shades of Blue Diamond #552270

Tints of Blue Diamond #552270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.72%

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

R = 36.8%
G = 14.72%
B = 48.48%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552270 (or 0x552270) is known color: Blue Diamond. HEX triplet: 55, 22 and 70. RGB value is (85,34,112). Sum of RGB (Red+Green+Blue) = 85+34+112=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #552270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552270 is #AADD8F. Grayscale: #393939. Windows color (decimal): -11197840 or 7348821. OLE color: 7348821.

HSL color Cylindrical-coordinate representation of color #552270: hue angle of 279.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552270 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 34 112 -
CMYK 0.24 0.70 0 0.56
HSL 279.23º 0.53% 0.29% -
HSV(B) 279.23º 0.7% 0.44% -
XYZ 7.24 4.25 15.77 -
YUV 58.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 85 34 112 0.24 0.70 0 0.56 279.23 0.53 0.29
Hex 55 22 70 18 46 0 38 117 35 1D
Octal 125 42 160 30 106 0 70 427 65 35
Binary 1010101 100010 1110000 11000 1000110 0 111000 100010111 110101 11101

Color Harmonies of #552270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552270

Black with #552270

Text Example


Text Example

White with #552270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552270; }

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

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

background-color css

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

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

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

border-color css

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

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

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