Html Css Color HEX #575DA0 Governor Bay

📋 copy color: '#575DA0'

red 87 ◦ green 93 ◦ blue 160

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

Shades of Governor Bay #575DA0

Tints of Governor Bay #575DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 160 (62.89% from 255) = 47.06%

R = 25.59%
G = 27.35%
B = 47.06%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#575DA0 (or 0x575DA0) is known color: Governor Bay. HEX triplet: 57, 5D and A0. RGB value is (87,93,160). Sum of RGB (Red+Green+Blue) = 87+93+160=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #575DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DA0 is #A8A25F. Grayscale: #626262. Windows color (decimal): -11051616 or 10509655. OLE color: 10509655.

HSL color Cylindrical-coordinate representation of color #575DA0: hue angle of 235.07º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #575DA0 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 93 160 -
CMYK 0.46 0.42 0 0.37
HSL 235.07º 0.3% 0.48% -
HSV(B) 235.07º 0.46% 0.63% -
XYZ 14.19 12.39 34.9 -
YUV 98.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 87 93 160 0.46 0.42 0 0.37 235.07 0.3 0.48
Hex 57 5D A0 2E 2A 0 25 EB 1E 30
Octal 127 135 240 56 52 0 45 353 36 60
Binary 1010111 1011101 10100000 101110 101010 0 100101 11101011 11110 110000

Color Harmonies of #575DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DA0

Black with #575DA0

Text Example


Text Example

White with #575DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575DA0; }

 p { color: rgb(87,93,160); }

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

background-color css

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

 a { background-color: rgb(87,93,160); }

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

border-color css

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

 span { border-color: rgb(87,93,160); }

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