Html Css Color HEX #555082 Victoria

📋 copy color: '#555082'

red 85 ◦ green 80 ◦ blue 130

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

Shades of Victoria #555082

Tints of Victoria #555082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 130 (51.17% from 255) = 44.07%

R = 28.81%
G = 27.12%
B = 44.07%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555082 (or 0x555082) is known color: Victoria. HEX triplet: 55, 50 and 82. RGB value is (85,80,130). Sum of RGB (Red+Green+Blue) = 85+80+130=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #555082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555082 is #AAAF7D. Grayscale: #565656. Windows color (decimal): -11186046 or 8540245. OLE color: 8540245.

HSL color Cylindrical-coordinate representation of color #555082: hue angle of 246º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555082 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 80 130 -
CMYK 0.35 0.38 0 0.49
HSL 246º 0.24% 0.41% -
HSV(B) 246º 0.38% 0.51% -
XYZ 10.64 9.28 22.35 -
YUV 87.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 85 80 130 0.35 0.38 0 0.49 246 0.24 0.41
Hex 55 50 82 23 26 0 31 F6 18 29
Octal 125 120 202 43 46 0 61 366 30 51
Binary 1010101 1010000 10000010 100011 100110 0 110001 11110110 11000 101001

Color Harmonies of #555082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555082

Black with #555082

Text Example


Text Example

White with #555082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555082; }

 p { color: rgb(85,80,130); }

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

background-color css

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

 a { background-color: rgb(85,80,130); }

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

border-color css

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

 span { border-color: rgb(85,80,130); }

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