Html Css Color HEX #55527B Victoria

📋 copy color: '#55527B'

red 85 ◦ green 82 ◦ blue 123

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

Shades of Victoria #55527B

Tints of Victoria #55527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 29.31%
G = 28.28%
B = 42.41%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55527B (or 0x55527B) is known color: Victoria. HEX triplet: 55, 52 and 7B. RGB value is (85,82,123). Sum of RGB (Red+Green+Blue) = 85+82+123=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #55527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55527B is #AAAD84. Grayscale: #575757. Windows color (decimal): -11185541 or 8082005. OLE color: 8082005.

HSL color Cylindrical-coordinate representation of color #55527B: hue angle of 244.39º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55527B is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 82 123 -
CMYK 0.31 0.33 0 0.52
HSL 244.39º 0.2% 0.4% -
HSV(B) 244.39º 0.33% 0.48% -
XYZ 10.34 9.4 20.01 -
YUV 87.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 85 82 123 0.31 0.33 0 0.52 244.39 0.2 0.4
Hex 55 52 7B 1F 21 0 34 F4 14 28
Octal 125 122 173 37 41 0 64 364 24 50
Binary 1010101 1010010 1111011 11111 100001 0 110100 11110100 10100 101000

Color Harmonies of #55527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55527B

Black with #55527B

Text Example


Text Example

White with #55527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55527B; }

 p { color: rgb(85,82,123); }

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

background-color css

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

 a { background-color: rgb(85,82,123); }

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

border-color css

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

 span { border-color: rgb(85,82,123); }

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