Html Css Color HEX #539569 Ocean Green

📋 copy color: '#539569'

red 83 ◦ green 149 ◦ blue 105

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

Shades of Ocean Green #539569

Tints of Ocean Green #539569

RGB

 RED value IS 83 (32.81% from 255) = 24.63%

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

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 24.63%
G = 44.21%
B = 31.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#539569 (or 0x539569) is known color: Ocean Green. HEX triplet: 53, 95 and 69. RGB value is (83,149,105). Sum of RGB (Red+Green+Blue) = 83+149+105=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #539569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539569 is #AC6A96. Grayscale: #7C7C7C. Windows color (decimal): -11299479 or 6919507. OLE color: 6919507.

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

Color convert

RGB 83 149 105 -
CMYK 0.44 0 0.30 0.42
HSL 140º 0.28% 0.45% -
HSV(B) 140º 0.44% 0.58% -
XYZ 16.86 24.35 17.18 -
YUV 124.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 83 149 105 0.44 0 0.30 0.42 140 0.28 0.45
Hex 53 95 69 2C 0 1E 2A 8C 1C 2D
Octal 123 225 151 54 0 36 52 214 34 55
Binary 1010011 10010101 1101001 101100 0 11110 101010 10001100 11100 101101

Color Harmonies of #539569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539569

Black with #539569

Text Example


Text Example

White with #539569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539569; }

 p { color: rgb(83,149,105); }

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

background-color css

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

 a { background-color: rgb(83,149,105); }

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

border-color css

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

 span { border-color: rgb(83,149,105); }

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