Html Css Color HEX #5C5388 Victoria

📋 copy color: '#5C5388'

red 92 ◦ green 83 ◦ blue 136

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

Shades of Victoria #5C5388

Tints of Victoria #5C5388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 29.58%
G = 26.69%
B = 43.73%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C5388 (or 0x5C5388) is known color: Victoria. HEX triplet: 5C, 53 and 88. RGB value is (92,83,136). Sum of RGB (Red+Green+Blue) = 92+83+136=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C5388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5388 is #A3AC77. Grayscale: #5B5B5B. Windows color (decimal): -10726520 or 8934236. OLE color: 8934236.

HSL color Cylindrical-coordinate representation of color #5C5388: hue angle of 250.19º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C5388 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 83 136 -
CMYK 0.32 0.39 0 0.47
HSL 250.19º 0.24% 0.43% -
HSV(B) 250.19º 0.39% 0.53% -
XYZ 11.95 10.24 24.64 -
YUV 91.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 92 83 136 0.32 0.39 0 0.47 250.19 0.24 0.43
Hex 5C 53 88 20 27 0 2F FA 18 2B
Octal 134 123 210 40 47 0 57 372 30 53
Binary 1011100 1010011 10001000 100000 100111 0 101111 11111010 11000 101011

Color Harmonies of #5C5388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5388

Black with #5C5388

Text Example


Text Example

White with #5C5388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,83,136); }

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

background-color css

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

 a { background-color: rgb(92,83,136); }

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

border-color css

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

 span { border-color: rgb(92,83,136); }

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