Html Css Color HEX #5A6295 Governor Bay

📋 copy color: '#5A6295'

red 90 ◦ green 98 ◦ blue 149

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

Shades of Governor Bay #5A6295

Tints of Governor Bay #5A6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 26.71%
G = 29.08%
B = 44.21%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A6295 (or 0x5A6295) is known color: Governor Bay. HEX triplet: 5A, 62 and 95. RGB value is (90,98,149). Sum of RGB (Red+Green+Blue) = 90+98+149=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A6295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6295 is #A59D6A. Grayscale: #656565. Windows color (decimal): -10853739 or 9790042. OLE color: 9790042.

HSL color Cylindrical-coordinate representation of color #5A6295: hue angle of 231.86º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6295 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 98 149 -
CMYK 0.40 0.34 0 0.42
HSL 231.86º 0.25% 0.47% -
HSV(B) 231.86º 0.4% 0.58% -
XYZ 14.01 13.08 30.22 -
YUV 101.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 90 98 149 0.40 0.34 0 0.42 231.86 0.25 0.47
Hex 5A 62 95 28 22 0 2A E8 19 2F
Octal 132 142 225 50 42 0 52 350 31 57
Binary 1011010 1100010 10010101 101000 100010 0 101010 11101000 11001 101111

Color Harmonies of #5A6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6295

Black with #5A6295

Text Example


Text Example

White with #5A6295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,149); }

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

background-color css

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

 a { background-color: rgb(90,98,149); }

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

border-color css

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

 span { border-color: rgb(90,98,149); }

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