Html Css Color HEX #5B6293 Governor Bay

📋 copy color: '#5B6293'

red 91 ◦ green 98 ◦ blue 147

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

Shades of Governor Bay #5B6293

Tints of Governor Bay #5B6293

RGB

 RED value IS 91 (35.94% from 255) = 27.08%

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

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 27.08%
G = 29.17%
B = 43.75%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B6293 (or 0x5B6293) is known color: Governor Bay. HEX triplet: 5B, 62 and 93. RGB value is (91,98,147). Sum of RGB (Red+Green+Blue) = 91+98+147=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B6293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6293 is #A49D6C. Grayscale: #656565. Windows color (decimal): -10788205 or 9658971. OLE color: 9658971.

HSL color Cylindrical-coordinate representation of color #5B6293: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B6293 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 98 147 -
CMYK 0.38 0.33 0 0.42
HSL 232.5º 0.24% 0.47% -
HSV(B) 232.5º 0.38% 0.58% -
XYZ 13.95 13.07 29.39 -
YUV 101.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 91 98 147 0.38 0.33 0 0.42 232.5 0.24 0.47
Hex 5B 62 93 26 21 0 2A E8 18 2F
Octal 133 142 223 46 41 0 52 350 30 57
Binary 1011011 1100010 10010011 100110 100001 0 101010 11101000 11000 101111

Color Harmonies of #5B6293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6293

Black with #5B6293

Text Example


Text Example

White with #5B6293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,98,147); }

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

background-color css

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

 a { background-color: rgb(91,98,147); }

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

border-color css

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

 span { border-color: rgb(91,98,147); }

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