Html Css Color HEX #509CBD Shakespeare

📋 copy color: '#509CBD'

red 80 ◦ green 156 ◦ blue 189

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

Shades of Shakespeare #509CBD

Tints of Shakespeare #509CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 18.82%
G = 36.71%
B = 44.47%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#509CBD (or 0x509CBD) is known color: Shakespeare. HEX triplet: 50, 9C and BD. RGB value is (80,156,189). Sum of RGB (Red+Green+Blue) = 80+156+189=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #509CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CBD is #AF6342. Grayscale: #888888. Windows color (decimal): -11494211 or 12426320. OLE color: 12426320.

HSL color Cylindrical-coordinate representation of color #509CBD: hue angle of 198.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509CBD is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 156 189 -
CMYK 0.58 0.17 0 0.26
HSL 198.17º 0.45% 0.53% -
HSV(B) 198.17º 0.58% 0.74% -
XYZ 24.38 29.16 52.49 -
YUV 137.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 80 156 189 0.58 0.17 0 0.26 198.17 0.45 0.53
Hex 50 9C BD 3A 11 0 1A C6 2D 35
Octal 120 234 275 72 21 0 32 306 55 65
Binary 1010000 10011100 10111101 111010 10001 0 11010 11000110 101101 110101

Color Harmonies of #509CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CBD

Black with #509CBD

Text Example


Text Example

White with #509CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,156,189); }

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

background-color css

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

 a { background-color: rgb(80,156,189); }

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

border-color css

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

 span { border-color: rgb(80,156,189); }

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