Html Css Color HEX #552174 Blue Diamond

📋 copy color: '#552174'

red 85 ◦ green 33 ◦ blue 116

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

Shades of Blue Diamond #552174

Tints of Blue Diamond #552174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 36.32%
G = 14.1%
B = 49.57%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552174 (or 0x552174) is known color: Blue Diamond. HEX triplet: 55, 21 and 74. RGB value is (85,33,116). Sum of RGB (Red+Green+Blue) = 85+33+116=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #552174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552174 is #AADE8B. Grayscale: #393939. Windows color (decimal): -11198092 or 7610709. OLE color: 7610709.

HSL color Cylindrical-coordinate representation of color #552174: hue angle of 277.59º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552174 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 33 116 -
CMYK 0.27 0.72 0 0.55
HSL 277.59º 0.56% 0.29% -
HSV(B) 277.59º 0.72% 0.45% -
XYZ 7.44 4.28 16.96 -
YUV 58.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 85 33 116 0.27 0.72 0 0.55 277.59 0.56 0.29
Hex 55 21 74 1B 48 0 37 116 38 1D
Octal 125 41 164 33 110 0 67 426 70 35
Binary 1010101 100001 1110100 11011 1001000 0 110111 100010110 111000 11101

Color Harmonies of #552174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552174

Black with #552174

Text Example


Text Example

White with #552174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552174; }

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

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

background-color css

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

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

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

border-color css

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

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

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