Html Css Color HEX #5A5F97 Governor Bay

📋 copy color: '#5A5F97'

red 90 ◦ green 95 ◦ blue 151

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

Shades of Governor Bay #5A5F97

Tints of Governor Bay #5A5F97

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 26.79%
G = 28.27%
B = 44.94%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A5F97 (or 0x5A5F97) is known color: Governor Bay. HEX triplet: 5A, 5F and 97. RGB value is (90,95,151). Sum of RGB (Red+Green+Blue) = 90+95+151=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A5F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5F97 is #A5A068. Grayscale: #636363. Windows color (decimal): -10854505 or 9920346. OLE color: 9920346.

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

Color convert

RGB 90 95 151 -
CMYK 0.40 0.37 0 0.41
HSL 235.08º 0.25% 0.47% -
HSV(B) 235.08º 0.4% 0.59% -
XYZ 13.89 12.59 30.98 -
YUV 99.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 90 95 151 0.40 0.37 0 0.41 235.08 0.25 0.47
Hex 5A 5F 97 28 25 0 29 EB 19 2F
Octal 132 137 227 50 45 0 51 353 31 57
Binary 1011010 1011111 10010111 101000 100101 0 101001 11101011 11001 101111

Color Harmonies of #5A5F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5F97

Black with #5A5F97

Text Example


Text Example

White with #5A5F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,95,151); }

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

background-color css

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

 a { background-color: rgb(90,95,151); }

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

border-color css

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

 span { border-color: rgb(90,95,151); }

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