Html Css Color HEX #5099B3 Shakespeare

📋 copy color: '#5099B3'

red 80 ◦ green 153 ◦ blue 179

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

Shades of Shakespeare #5099B3

Tints of Shakespeare #5099B3

RGB

 RED value IS 80 (31.64% from 255) = 19.42%

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 179 (70.31% from 255) = 43.45%

R = 19.42%
G = 37.14%
B = 43.45%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5099B3 (or 0x5099B3) is known color: Shakespeare. HEX triplet: 50, 99 and B3. RGB value is (80,153,179). Sum of RGB (Red+Green+Blue) = 80+153+179=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 179 - color contains mainly: blue. Hex color #5099B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099B3 is #AF664C. Grayscale: #858585. Windows color (decimal): -11494989 or 11770192. OLE color: 11770192.

HSL color Cylindrical-coordinate representation of color #5099B3: hue angle of 195.76º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5099B3 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 153 179 -
CMYK 0.55 0.15 0 0.30
HSL 195.76º 0.39% 0.51% -
HSV(B) 195.76º 0.55% 0.7% -
XYZ 22.84 27.74 46.8 -
YUV 134.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 80 153 179 0.55 0.15 0 0.30 195.76 0.39 0.51
Hex 50 99 B3 37 F 0 1E C4 27 33
Octal 120 231 263 67 17 0 36 304 47 63
Binary 1010000 10011001 10110011 110111 1111 0 11110 11000100 100111 110011

Color Harmonies of #5099B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5099B3

Black with #5099B3

Text Example


Text Example

White with #5099B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5099B3; }

 p { color: rgb(80,153,179); }

 H1.HeaderClassName
 {
   color: #5099B3;
 }
 .AnyTagClassName
 {
   color: #5099B3;
 }
</style>

background-color css

<style>
 a { background-color: #5099B3; }

 a { background-color: rgb(80,153,179); }

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

border-color css

<style>
 span { border-color: #5099B3; }

 span { border-color: rgb(80,153,179); }

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