Html Css Color HEX #5C5292 Victoria

📋 copy color: '#5C5292'

red 92 ◦ green 82 ◦ blue 146

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

Shades of Victoria #5C5292

Tints of Victoria #5C5292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 28.75%
G = 25.63%
B = 45.63%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C5292 (or 0x5C5292) is known color: Victoria. HEX triplet: 5C, 52 and 92. RGB value is (92,82,146). Sum of RGB (Red+Green+Blue) = 92+82+146=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C5292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5292 is #A3AD6D. Grayscale: #5C5C5C. Windows color (decimal): -10726766 or 9589340. OLE color: 9589340.

HSL color Cylindrical-coordinate representation of color #5C5292: hue angle of 249.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C5292 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 82 146 -
CMYK 0.37 0.44 0 0.43
HSL 249.38º 0.28% 0.45% -
HSV(B) 249.38º 0.44% 0.57% -
XYZ 12.62 10.39 28.53 -
YUV 92.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 92 82 146 0.37 0.44 0 0.43 249.38 0.28 0.45
Hex 5C 52 92 25 2C 0 2B F9 1C 2D
Octal 134 122 222 45 54 0 53 371 34 55
Binary 1011100 1010010 10010010 100101 101100 0 101011 11111001 11100 101101

Color Harmonies of #5C5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5292

Black with #5C5292

Text Example


Text Example

White with #5C5292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,82,146); }

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

background-color css

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

 a { background-color: rgb(92,82,146); }

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

border-color css

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

 span { border-color: rgb(92,82,146); }

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