Html Css Color HEX #575CA1 Governor Bay

📋 copy color: '#575CA1'

red 87 ◦ green 92 ◦ blue 161

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

Shades of Governor Bay #575CA1

Tints of Governor Bay #575CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.35%

R = 25.59%
G = 27.06%
B = 47.35%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#575CA1 (or 0x575CA1) is known color: Governor Bay. HEX triplet: 57, 5C and A1. RGB value is (87,92,161). Sum of RGB (Red+Green+Blue) = 87+92+161=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #575CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CA1 is #A8A35E. Grayscale: #626262. Windows color (decimal): -11051871 or 10574935. OLE color: 10574935.

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

Color convert

RGB 87 92 161 -
CMYK 0.46 0.43 0 0.37
HSL 235.95º 0.3% 0.49% -
HSV(B) 235.95º 0.46% 0.63% -
XYZ 14.19 12.25 35.34 -
YUV 98.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 87 92 161 0.46 0.43 0 0.37 235.95 0.3 0.49
Hex 57 5C A1 2E 2B 0 25 EC 1E 31
Octal 127 134 241 56 53 0 45 354 36 61
Binary 1010111 1011100 10100001 101110 101011 0 100101 11101100 11110 110001

Color Harmonies of #575CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CA1

Black with #575CA1

Text Example


Text Example

White with #575CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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