Html Css Color HEX #5F527D Victoria

📋 copy color: '#5F527D'

red 95 ◦ green 82 ◦ blue 125

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

Shades of Victoria #5F527D

Tints of Victoria #5F527D

RGB

 RED value IS 95 (37.5% from 255) = 31.46%

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

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 31.46%
G = 27.15%
B = 41.39%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F527D (or 0x5F527D) is known color: Victoria. HEX triplet: 5F, 52 and 7D. RGB value is (95,82,125). Sum of RGB (Red+Green+Blue) = 95+82+125=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F527D is #A0AD82. Grayscale: #5A5A5A. Windows color (decimal): -10530179 or 8213087. OLE color: 8213087.

HSL color Cylindrical-coordinate representation of color #5F527D: hue angle of 258.14º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F527D is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 82 125 -
CMYK 0.24 0.34 0 0.51
HSL 258.14º 0.21% 0.41% -
HSV(B) 258.14º 0.34% 0.49% -
XYZ 11.44 9.95 20.72 -
YUV 90.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 95 82 125 0.24 0.34 0 0.51 258.14 0.21 0.41
Hex 5F 52 7D 18 22 0 33 102 15 29
Octal 137 122 175 30 42 0 63 402 25 51
Binary 1011111 1010010 1111101 11000 100010 0 110011 100000010 10101 101001

Color Harmonies of #5F527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F527D

Black with #5F527D

Text Example


Text Example

White with #5F527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,82,125); }

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

background-color css

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

 a { background-color: rgb(95,82,125); }

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

border-color css

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

 span { border-color: rgb(95,82,125); }

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