Html Css Color HEX #5C5889 Victoria

📋 copy color: '#5C5889'

red 92 ◦ green 88 ◦ blue 137

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

Shades of Victoria #5C5889

Tints of Victoria #5C5889

RGB

 RED value IS 92 (36.33% from 255) = 29.02%

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 29.02%
G = 27.76%
B = 43.22%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5C5889 (or 0x5C5889) is known color: Victoria. HEX triplet: 5C, 58 and 89. RGB value is (92,88,137). Sum of RGB (Red+Green+Blue) = 92+88+137=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5889 is #A3A776. Grayscale: #5E5E5E. Windows color (decimal): -10725239 or 9001052. OLE color: 9001052.

HSL color Cylindrical-coordinate representation of color #5C5889: hue angle of 244.9º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C5889 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 92 88 137 -
CMYK 0.33 0.36 0 0.46
HSL 244.9º 0.22% 0.44% -
HSV(B) 244.9º 0.36% 0.54% -
XYZ 12.42 11.06 25.15 -
YUV 94.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 92 88 137 0.33 0.36 0 0.46 244.9 0.22 0.44
Hex 5C 58 89 21 24 0 2E F5 16 2C
Octal 134 130 211 41 44 0 56 365 26 54
Binary 1011100 1011000 10001001 100001 100100 0 101110 11110101 10110 101100

Color Harmonies of #5C5889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5889

Black with #5C5889

Text Example


Text Example

White with #5C5889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C5889; }

 p { color: rgb(92,88,137); }

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

background-color css

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

 a { background-color: rgb(92,88,137); }

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

border-color css

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

 span { border-color: rgb(92,88,137); }

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