Html Css Color HEX #509B98 Half Baked

📋 copy color: '#509B98'

red 80 ◦ green 155 ◦ blue 152

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

Shades of Half Baked #509B98

Tints of Half Baked #509B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.28%

R = 20.67%
G = 40.05%
B = 39.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#509B98 (or 0x509B98) is known color: Half Baked. HEX triplet: 50, 9B and 98. RGB value is (80,155,152). Sum of RGB (Red+Green+Blue) = 80+155+152=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #509B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B98 is #AF6467. Grayscale: #848484. Windows color (decimal): -11494504 or 10001232. OLE color: 10001232.

HSL color Cylindrical-coordinate representation of color #509B98: hue angle of 177.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B98 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 152 -
CMYK 0.48 0 0.02 0.39
HSL 177.6º 0.32% 0.46% -
HSV(B) 177.6º 0.48% 0.61% -
XYZ 20.7 27.42 33.91 -
YUV 132.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 80 155 152 0.48 0 0.02 0.39 177.6 0.32 0.46
Hex 50 9B 98 30 0 2 27 B2 20 2E
Octal 120 233 230 60 0 2 47 262 40 56
Binary 1010000 10011011 10011000 110000 0 10 100111 10110010 100000 101110

Color Harmonies of #509B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B98

Black with #509B98

Text Example


Text Example

White with #509B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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