Html Css Color HEX #509568 Ocean Green

📋 copy color: '#509568'

red 80 ◦ green 149 ◦ blue 104

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

Shades of Ocean Green #509568

Tints of Ocean Green #509568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 24.02%
G = 44.74%
B = 31.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#509568 (or 0x509568) is known color: Ocean Green. HEX triplet: 50, 95 and 68. RGB value is (80,149,104). Sum of RGB (Red+Green+Blue) = 80+149+104=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #509568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509568 is #AF6A97. Grayscale: #7B7B7B. Windows color (decimal): -11496088 or 6853968. OLE color: 6853968.

HSL color Cylindrical-coordinate representation of color #509568: hue angle of 140.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509568 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 104 -
CMYK 0.46 0 0.30 0.42
HSL 140.87º 0.3% 0.45% -
HSV(B) 140.87º 0.46% 0.58% -
XYZ 16.55 24.2 16.9 -
YUV 123.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 80 149 104 0.46 0 0.30 0.42 140.87 0.3 0.45
Hex 50 95 68 2E 0 1E 2A 8D 1E 2D
Octal 120 225 150 56 0 36 52 215 36 55
Binary 1010000 10010101 1101000 101110 0 11110 101010 10001101 11110 101101

Color Harmonies of #509568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509568

Black with #509568

Text Example


Text Example

White with #509568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509568; }

 p { color: rgb(80,149,104); }

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

background-color css

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

 a { background-color: rgb(80,149,104); }

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

border-color css

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

 span { border-color: rgb(80,149,104); }

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