Html Css Color HEX #5D5288 Victoria

📋 copy color: '#5D5288'

red 93 ◦ green 82 ◦ blue 136

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

Shades of Victoria #5D5288

Tints of Victoria #5D5288

RGB

 RED value IS 93 (36.72% from 255) = 29.9%

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

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

R = 29.9%
G = 26.37%
B = 43.73%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D5288 (or 0x5D5288) is known color: Victoria. HEX triplet: 5D, 52 and 88. RGB value is (93,82,136). Sum of RGB (Red+Green+Blue) = 93+82+136=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 82 (32.42% from 255 or 26.37% 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 #5D5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5288 is #A2AD77. Grayscale: #5B5B5B. Windows color (decimal): -10661240 or 8933981. OLE color: 8933981.

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

Color convert

RGB 93 82 136 -
CMYK 0.32 0.40 0 0.47
HSL 252.22º 0.25% 0.43% -
HSV(B) 252.22º 0.4% 0.53% -
XYZ 11.98 10.14 24.62 -
YUV 91.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 93 82 136 0.32 0.40 0 0.47 252.22 0.25 0.43
Hex 5D 52 88 20 28 0 2F FC 19 2B
Octal 135 122 210 40 50 0 57 374 31 53
Binary 1011101 1010010 10001000 100000 101000 0 101111 11111100 11001 101011

Color Harmonies of #5D5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5288

Black with #5D5288

Text Example


Text Example

White with #5D5288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,82,136); }

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

background-color css

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

 a { background-color: rgb(93,82,136); }

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

border-color css

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

 span { border-color: rgb(93,82,136); }

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