Html Css Color HEX #575C8A Governor Bay

📋 copy color: '#575C8A'

red 87 ◦ green 92 ◦ blue 138

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

Shades of Governor Bay #575C8A

Tints of Governor Bay #575C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

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

R = 27.44%
G = 29.02%
B = 43.53%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#575C8A (or 0x575C8A) is known color: Governor Bay. HEX triplet: 57, 5C and 8A. RGB value is (87,92,138). Sum of RGB (Red+Green+Blue) = 87+92+138=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #575C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C8A is #A8A375. Grayscale: #5F5F5F. Windows color (decimal): -11051894 or 9067607. OLE color: 9067607.

HSL color Cylindrical-coordinate representation of color #575C8A: hue angle of 234.12º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575C8A is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 92 138 -
CMYK 0.37 0.33 0 0.46
HSL 234.12º 0.23% 0.44% -
HSV(B) 234.12º 0.37% 0.54% -
XYZ 12.35 11.52 25.62 -
YUV 95.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 87 92 138 0.37 0.33 0 0.46 234.12 0.23 0.44
Hex 57 5C 8A 25 21 0 2E EA 17 2C
Octal 127 134 212 45 41 0 56 352 27 54
Binary 1010111 1011100 10001010 100101 100001 0 101110 11101010 10111 101100

Color Harmonies of #575C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C8A

Black with #575C8A

Text Example


Text Example

White with #575C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,92,138); }

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

background-color css

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

 a { background-color: rgb(87,92,138); }

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

border-color css

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

 span { border-color: rgb(87,92,138); }

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