Html Css Color HEX #551A72 Blue Diamond

📋 copy color: '#551A72'

red 85 ◦ green 26 ◦ blue 114

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

Shades of Blue Diamond #551A72

Tints of Blue Diamond #551A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.56%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 37.78%
G = 11.56%
B = 50.67%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#551A72 (or 0x551A72) is known color: Blue Diamond. HEX triplet: 55, 1A and 72. RGB value is (85,26,114). Sum of RGB (Red+Green+Blue) = 85+26+114=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #551A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A72 is #AAE58D. Grayscale: #353535. Windows color (decimal): -11199886 or 7477845. OLE color: 7477845.

HSL color Cylindrical-coordinate representation of color #551A72: hue angle of 280.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551A72 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 26 114 -
CMYK 0.25 0.77 0 0.55
HSL 280.23º 0.63% 0.27% -
HSV(B) 280.23º 0.77% 0.45% -
XYZ 7.15 3.88 16.29 -
YUV 53.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 85 26 114 0.25 0.77 0 0.55 280.23 0.63 0.27
Hex 55 1A 72 19 4D 0 37 118 3F 1B
Octal 125 32 162 31 115 0 67 430 77 33
Binary 1010101 11010 1110010 11001 1001101 0 110111 100011000 111111 11011

Color Harmonies of #551A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A72

Black with #551A72

Text Example


Text Example

White with #551A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551A72; }

 p { color: rgb(85,26,114); }

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

background-color css

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

 a { background-color: rgb(85,26,114); }

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

border-color css

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

 span { border-color: rgb(85,26,114); }

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