Html Css Color HEX #5B6394 Governor Bay

📋 copy color: '#5B6394'

red 91 ◦ green 99 ◦ blue 148

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

Shades of Governor Bay #5B6394

Tints of Governor Bay #5B6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 26.92%
G = 29.29%
B = 43.79%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B6394 (or 0x5B6394) is known color: Governor Bay. HEX triplet: 5B, 63 and 94. RGB value is (91,99,148). Sum of RGB (Red+Green+Blue) = 91+99+148=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B6394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6394 is #A49C6B. Grayscale: #656565. Windows color (decimal): -10787948 or 9724763. OLE color: 9724763.

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

Color convert

RGB 91 99 148 -
CMYK 0.39 0.33 0 0.42
HSL 231.58º 0.24% 0.47% -
HSV(B) 231.58º 0.39% 0.58% -
XYZ 14.12 13.29 29.84 -
YUV 102.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 91 99 148 0.39 0.33 0 0.42 231.58 0.24 0.47
Hex 5B 63 94 27 21 0 2A E8 18 2F
Octal 133 143 224 47 41 0 52 350 30 57
Binary 1011011 1100011 10010100 100111 100001 0 101010 11101000 11000 101111

Color Harmonies of #5B6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6394

Black with #5B6394

Text Example


Text Example

White with #5B6394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,148); }

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

background-color css

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

 a { background-color: rgb(91,99,148); }

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

border-color css

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

 span { border-color: rgb(91,99,148); }

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