Html Css Color HEX #5A538A Victoria

📋 copy color: '#5A538A'

red 90 ◦ green 83 ◦ blue 138

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

Shades of Victoria #5A538A

Tints of Victoria #5A538A

RGB

 RED value IS 90 (35.55% from 255) = 28.94%

 GREEN value IS 83 (32.81% from 255) = 26.69%

 BLUE value IS 138 (54.3% from 255) = 44.37%

R = 28.94%
G = 26.69%
B = 44.37%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A538A (or 0x5A538A) is known color: Victoria. HEX triplet: 5A, 53 and 8A. RGB value is (90,83,138). Sum of RGB (Red+Green+Blue) = 90+83+138=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A538A is #A5AC75. Grayscale: #5B5B5B. Windows color (decimal): -10857590 or 9065306. OLE color: 9065306.

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

Color convert

RGB 90 83 138 -
CMYK 0.35 0.40 0 0.46
HSL 247.64º 0.25% 0.43% -
HSV(B) 247.64º 0.4% 0.54% -
XYZ 11.9 10.2 25.39 -
YUV 91.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 90 83 138 0.35 0.40 0 0.46 247.64 0.25 0.43
Hex 5A 53 8A 23 28 0 2E F8 19 2B
Octal 132 123 212 43 50 0 56 370 31 53
Binary 1011010 1010011 10001010 100011 101000 0 101110 11111000 11001 101011

Color Harmonies of #5A538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A538A

Black with #5A538A

Text Example


Text Example

White with #5A538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,83,138); }

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

background-color css

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

 a { background-color: rgb(90,83,138); }

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

border-color css

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

 span { border-color: rgb(90,83,138); }

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