Html Css Color HEX #507888 Jelly Bean

📋 copy color: '#507888'

red 80 ◦ green 120 ◦ blue 136

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

Shades of Jelly Bean #507888

Tints of Jelly Bean #507888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 23.81%
G = 35.71%
B = 40.48%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#507888 (or 0x507888) is known color: Jelly Bean. HEX triplet: 50, 78 and 88. RGB value is (80,120,136). Sum of RGB (Red+Green+Blue) = 80+120+136=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #507888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507888 is #AF8777. Grayscale: #6D6D6D. Windows color (decimal): -11503480 or 8943696. OLE color: 8943696.

HSL color Cylindrical-coordinate representation of color #507888: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507888 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 120 136 -
CMYK 0.41 0.12 0 0.47
HSL 197.14º 0.26% 0.42% -
HSV(B) 197.14º 0.41% 0.53% -
XYZ 14.47 16.92 25.8 -
YUV 109.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 80 120 136 0.41 0.12 0 0.47 197.14 0.26 0.42
Hex 50 78 88 29 C 0 2F C5 1A 2A
Octal 120 170 210 51 14 0 57 305 32 52
Binary 1010000 1111000 10001000 101001 1100 0 101111 11000101 11010 101010

Color Harmonies of #507888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507888

Black with #507888

Text Example


Text Example

White with #507888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507888; }

 p { color: rgb(80,120,136); }

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

background-color css

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

 a { background-color: rgb(80,120,136); }

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

border-color css

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

 span { border-color: rgb(80,120,136); }

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