Html Css Color HEX #535075 Victoria

📋 copy color: '#535075'

red 83 ◦ green 80 ◦ blue 117

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

Shades of Victoria #535075

Tints of Victoria #535075

RGB

 RED value IS 83 (32.81% from 255) = 29.64%

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 29.64%
G = 28.57%
B = 41.79%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#535075 (or 0x535075) is known color: Victoria. HEX triplet: 53, 50 and 75. RGB value is (83,80,117). Sum of RGB (Red+Green+Blue) = 83+80+117=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #535075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535075 is #ACAF8A. Grayscale: #545454. Windows color (decimal): -11317131 or 7688275. OLE color: 7688275.

HSL color Cylindrical-coordinate representation of color #535075: hue angle of 244.86º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #535075 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 80 117 -
CMYK 0.29 0.32 0 0.54
HSL 244.86º 0.19% 0.39% -
HSV(B) 244.86º 0.32% 0.46% -
XYZ 9.65 8.86 18.03 -
YUV 85.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 83 80 117 0.29 0.32 0 0.54 244.86 0.19 0.39
Hex 53 50 75 1D 20 0 36 F5 13 27
Octal 123 120 165 35 40 0 66 365 23 47
Binary 1010011 1010000 1110101 11101 100000 0 110110 11110101 10011 100111

Color Harmonies of #535075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535075

Black with #535075

Text Example


Text Example

White with #535075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535075; }

 p { color: rgb(83,80,117); }

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

background-color css

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

 a { background-color: rgb(83,80,117); }

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

border-color css

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

 span { border-color: rgb(83,80,117); }

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