Html Css Color HEX #509BBB Shakespeare

📋 copy color: '#509BBB'

red 80 ◦ green 155 ◦ blue 187

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

Shades of Shakespeare #509BBB

Tints of Shakespeare #509BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 18.96%
G = 36.73%
B = 44.31%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#509BBB (or 0x509BBB) is known color: Shakespeare. HEX triplet: 50, 9B and BB. RGB value is (80,155,187). Sum of RGB (Red+Green+Blue) = 80+155+187=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #509BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BBB is #AF6444. Grayscale: #888888. Windows color (decimal): -11494469 or 12294992. OLE color: 12294992.

HSL color Cylindrical-coordinate representation of color #509BBB: hue angle of 197.94º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509BBB is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 155 187 -
CMYK 0.57 0.17 0 0.27
HSL 197.94º 0.44% 0.52% -
HSV(B) 197.94º 0.57% 0.73% -
XYZ 24 28.74 51.3 -
YUV 136.22 156.65 87.9 -
System Red Green Blue C M Y K H S L
Decimal 80 155 187 0.57 0.17 0 0.27 197.94 0.44 0.52
Hex 50 9B BB 39 11 0 1B C6 2C 34
Octal 120 233 273 71 21 0 33 306 54 64
Binary 1010000 10011011 10111011 111001 10001 0 11011 11000110 101100 110100

Color Harmonies of #509BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BBB

Black with #509BBB

Text Example


Text Example

White with #509BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509BBB; }

 p { color: rgb(80,155,187); }

 H1.HeaderClassName
 {
   color: #509BBB;
 }
 .AnyTagClassName
 {
   color: #509BBB;
 }
</style>

background-color css

<style>
 a { background-color: #509BBB; }

 a { background-color: rgb(80,155,187); }

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

border-color css

<style>
 span { border-color: #509BBB; }

 span { border-color: rgb(80,155,187); }

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