Html Css Color HEX #553074 Blue Diamond

📋 copy color: '#553074'

red 85 ◦ green 48 ◦ blue 116

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

Shades of Blue Diamond #553074

Tints of Blue Diamond #553074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 34.14%
G = 19.28%
B = 46.59%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553074 (or 0x553074) is known color: Blue Diamond. HEX triplet: 55, 30 and 74. RGB value is (85,48,116). Sum of RGB (Red+Green+Blue) = 85+48+116=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #553074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553074 is #AACF8B. Grayscale: #424242. Windows color (decimal): -11194252 or 7614549. OLE color: 7614549.

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

Color convert

RGB 85 48 116 -
CMYK 0.27 0.59 0 0.55
HSL 272.65º 0.41% 0.32% -
HSV(B) 272.65º 0.59% 0.45% -
XYZ 7.96 5.31 17.13 -
YUV 66.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 85 48 116 0.27 0.59 0 0.55 272.65 0.41 0.32
Hex 55 30 74 1B 3B 0 37 111 29 20
Octal 125 60 164 33 73 0 67 421 51 40
Binary 1010101 110000 1110100 11011 111011 0 110111 100010001 101001 100000

Color Harmonies of #553074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553074

Black with #553074

Text Example


Text Example

White with #553074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553074; }

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

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

background-color css

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

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

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

border-color css

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

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

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