Html Css Color HEX #552471 Blue Diamond

📋 copy color: '#552471'

red 85 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #552471

Tints of Blue Diamond #552471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 36.32%
G = 15.38%
B = 48.29%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552471 (or 0x552471) is known color: Blue Diamond. HEX triplet: 55, 24 and 71. RGB value is (85,36,113). Sum of RGB (Red+Green+Blue) = 85+36+113=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #552471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552471 is #AADB8E. Grayscale: #3B3B3B. Windows color (decimal): -11197327 or 7414869. OLE color: 7414869.

HSL color Cylindrical-coordinate representation of color #552471: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552471 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 36 113 -
CMYK 0.25 0.68 0 0.56
HSL 278.18º 0.52% 0.29% -
HSV(B) 278.18º 0.68% 0.44% -
XYZ 7.36 4.39 16.08 -
YUV 59.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 85 36 113 0.25 0.68 0 0.56 278.18 0.52 0.29
Hex 55 24 71 19 44 0 38 116 34 1D
Octal 125 44 161 31 104 0 70 426 64 35
Binary 1010101 100100 1110001 11001 1000100 0 111000 100010110 110100 11101

Color Harmonies of #552471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552471

Black with #552471

Text Example


Text Example

White with #552471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552471; }

 p { color: rgb(85,36,113); }

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

background-color css

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

 a { background-color: rgb(85,36,113); }

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

border-color css

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

 span { border-color: rgb(85,36,113); }

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