Html Css Color HEX #509DB3 Shakespeare

📋 copy color: '#509DB3'

red 80 ◦ green 157 ◦ blue 179

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

Shades of Shakespeare #509DB3

Tints of Shakespeare #509DB3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

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

R = 19.23%
G = 37.74%
B = 43.03%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#509DB3 (or 0x509DB3) is known color: Shakespeare. HEX triplet: 50, 9D and B3. RGB value is (80,157,179). Sum of RGB (Red+Green+Blue) = 80+157+179=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #509DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DB3 is #AF624C. Grayscale: #888888. Windows color (decimal): -11493965 or 11771216. OLE color: 11771216.

HSL color Cylindrical-coordinate representation of color #509DB3: hue angle of 193.33º 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 #509DB3 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 157 179 -
CMYK 0.55 0.12 0 0.30
HSL 193.33º 0.39% 0.51% -
HSV(B) 193.33º 0.55% 0.7% -
XYZ 23.5 29.07 47.02 -
YUV 136.49 151.99 87.71 -
System Red Green Blue C M Y K H S L
Decimal 80 157 179 0.55 0.12 0 0.30 193.33 0.39 0.51
Hex 50 9D B3 37 C 0 1E C1 27 33
Octal 120 235 263 67 14 0 36 301 47 63
Binary 1010000 10011101 10110011 110111 1100 0 11110 11000001 100111 110011

Color Harmonies of #509DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DB3

Black with #509DB3

Text Example


Text Example

White with #509DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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