Html Css Color HEX #5C5B90 Governor Bay

📋 copy color: '#5C5B90'

red 92 ◦ green 91 ◦ blue 144

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

Shades of Governor Bay #5C5B90

Tints of Governor Bay #5C5B90

RGB

 RED value IS 92 (36.33% from 255) = 28.13%

 GREEN value IS 91 (35.94% from 255) = 27.83%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 28.13%
G = 27.83%
B = 44.04%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C5B90 (or 0x5C5B90) is known color: Governor Bay. HEX triplet: 5C, 5B and 90. RGB value is (92,91,144). Sum of RGB (Red+Green+Blue) = 92+91+144=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C5B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5B90 is #A3A46F. Grayscale: #616161. Windows color (decimal): -10724464 or 9460572. OLE color: 9460572.

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

Color convert

RGB 92 91 144 -
CMYK 0.36 0.37 0 0.44
HSL 241.13º 0.23% 0.46% -
HSV(B) 241.13º 0.37% 0.56% -
XYZ 13.19 11.77 27.96 -
YUV 97.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 92 91 144 0.36 0.37 0 0.44 241.13 0.23 0.46
Hex 5C 5B 90 24 25 0 2C F1 17 2E
Octal 134 133 220 44 45 0 54 361 27 56
Binary 1011100 1011011 10010000 100100 100101 0 101100 11110001 10111 101110

Color Harmonies of #5C5B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5B90

Black with #5C5B90

Text Example


Text Example

White with #5C5B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,91,144); }

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

background-color css

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

 a { background-color: rgb(92,91,144); }

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

border-color css

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

 span { border-color: rgb(92,91,144); }

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