Html Css Color HEX #575288 Victoria

📋 copy color: '#575288'

red 87 ◦ green 82 ◦ blue 136

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

Shades of Victoria #575288

Tints of Victoria #575288

RGB

 RED value IS 87 (34.38% from 255) = 28.52%

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

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

R = 28.52%
G = 26.89%
B = 44.59%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575288 (or 0x575288) is known color: Victoria. HEX triplet: 57, 52 and 88. RGB value is (87,82,136). Sum of RGB (Red+Green+Blue) = 87+82+136=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #575288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575288 is #A8AD77. Grayscale: #595959. Windows color (decimal): -11054456 or 8933975. OLE color: 8933975.

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

Color convert

RGB 87 82 136 -
CMYK 0.36 0.40 0 0.47
HSL 245.56º 0.25% 0.43% -
HSV(B) 245.56º 0.4% 0.53% -
XYZ 11.39 9.84 24.59 -
YUV 89.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 87 82 136 0.36 0.40 0 0.47 245.56 0.25 0.43
Hex 57 52 88 24 28 0 2F F6 19 2B
Octal 127 122 210 44 50 0 57 366 31 53
Binary 1010111 1010010 10001000 100100 101000 0 101111 11110110 11001 101011

Color Harmonies of #575288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575288

Black with #575288

Text Example


Text Example

White with #575288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575288; }

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

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

background-color css

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

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

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

border-color css

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

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

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