Html Css Color HEX #5C5381 Victoria

📋 copy color: '#5C5381'

red 92 ◦ green 83 ◦ blue 129

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

Shades of Victoria #5C5381

Tints of Victoria #5C5381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 30.26%
G = 27.3%
B = 42.43%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C5381 (or 0x5C5381) is known color: Victoria. HEX triplet: 5C, 53 and 81. RGB value is (92,83,129). Sum of RGB (Red+Green+Blue) = 92+83+129=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C5381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5381 is #A3AC7E. Grayscale: #5A5A5A. Windows color (decimal): -10726527 or 8475484. OLE color: 8475484.

HSL color Cylindrical-coordinate representation of color #5C5381: hue angle of 251.74º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C5381 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 83 129 -
CMYK 0.29 0.36 0 0.49
HSL 251.74º 0.22% 0.42% -
HSV(B) 251.74º 0.36% 0.51% -
XYZ 11.47 10.05 22.1 -
YUV 90.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 92 83 129 0.29 0.36 0 0.49 251.74 0.22 0.42
Hex 5C 53 81 1D 24 0 31 FC 16 2A
Octal 134 123 201 35 44 0 61 374 26 52
Binary 1011100 1010011 10000001 11101 100100 0 110001 11111100 10110 101010

Color Harmonies of #5C5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5381

Black with #5C5381

Text Example


Text Example

White with #5C5381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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