Html Css Color HEX #535581 Victoria

📋 copy color: '#535581'

red 83 ◦ green 85 ◦ blue 129

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

Shades of Victoria #535581

Tints of Victoria #535581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 27.95%
G = 28.62%
B = 43.43%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535581 (or 0x535581) is known color: Victoria. HEX triplet: 53, 55 and 81. RGB value is (83,85,129). Sum of RGB (Red+Green+Blue) = 83+85+129=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #535581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535581 is #ACAA7E. Grayscale: #595959. Windows color (decimal): -11315839 or 8475987. OLE color: 8475987.

HSL color Cylindrical-coordinate representation of color #535581: hue angle of 237.39º 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 #535581 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 85 129 -
CMYK 0.36 0.34 0 0.49
HSL 237.39º 0.22% 0.42% -
HSV(B) 237.39º 0.36% 0.51% -
XYZ 10.78 9.92 22.12 -
YUV 89.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 83 85 129 0.36 0.34 0 0.49 237.39 0.22 0.42
Hex 53 55 81 24 22 0 31 ED 16 2A
Octal 123 125 201 44 42 0 61 355 26 52
Binary 1010011 1010101 10000001 100100 100010 0 110001 11101101 10110 101010

Color Harmonies of #535581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535581

Black with #535581

Text Example


Text Example

White with #535581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535581; }

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

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

background-color css

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

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

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

border-color css

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

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

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