Html Css Color HEX #509CB6 Shakespeare

📋 copy color: '#509CB6'

red 80 ◦ green 156 ◦ blue 182

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

Shades of Shakespeare #509CB6

Tints of Shakespeare #509CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 19.14%
G = 37.32%
B = 43.54%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#509CB6 (or 0x509CB6) is known color: Shakespeare. HEX triplet: 50, 9C and B6. RGB value is (80,156,182). Sum of RGB (Red+Green+Blue) = 80+156+182=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #509CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CB6 is #AF6349. Grayscale: #888888. Windows color (decimal): -11494218 or 11967568. OLE color: 11967568.

HSL color Cylindrical-coordinate representation of color #509CB6: hue angle of 195.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509CB6 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 156 182 -
CMYK 0.56 0.14 0 0.29
HSL 195.29º 0.41% 0.51% -
HSV(B) 195.29º 0.56% 0.71% -
XYZ 23.64 28.86 48.58 -
YUV 136.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 80 156 182 0.56 0.14 0 0.29 195.29 0.41 0.51
Hex 50 9C B6 38 E 0 1D C3 29 33
Octal 120 234 266 70 16 0 35 303 51 63
Binary 1010000 10011100 10110110 111000 1110 0 11101 11000011 101001 110011

Color Harmonies of #509CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CB6

Black with #509CB6

Text Example


Text Example

White with #509CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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