Html Css Color HEX #555682 Victoria

📋 copy color: '#555682'

red 85 ◦ green 86 ◦ blue 130

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

Shades of Victoria #555682

Tints of Victoria #555682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

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

R = 28.24%
G = 28.57%
B = 43.19%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555682 (or 0x555682) is known color: Victoria. HEX triplet: 55, 56 and 82. RGB value is (85,86,130). Sum of RGB (Red+Green+Blue) = 85+86+130=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #555682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555682 is #AAA97D. Grayscale: #5A5A5A. Windows color (decimal): -11184510 or 8541781. OLE color: 8541781.

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

Color convert

RGB 85 86 130 -
CMYK 0.35 0.34 0 0.49
HSL 238.67º 0.21% 0.42% -
HSV(B) 238.67º 0.35% 0.51% -
XYZ 11.1 10.2 22.5 -
YUV 90.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 85 86 130 0.35 0.34 0 0.49 238.67 0.21 0.42
Hex 55 56 82 23 22 0 31 EF 15 2A
Octal 125 126 202 43 42 0 61 357 25 52
Binary 1010101 1010110 10000010 100011 100010 0 110001 11101111 10101 101010

Color Harmonies of #555682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555682

Black with #555682

Text Example


Text Example

White with #555682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555682; }

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

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

background-color css

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

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

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

border-color css

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

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

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