#5BA580

Color #5BA580 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5BA580

Tints of Ocean Green #5BA580

Color information

#5BA580 (or 0x5BA580) is unknown color: approx Ocean Green. HEX triplet: 5B, A5 and 80. RGB value is (91,165,128). Sum of RGB (Red+Green+Blue) = 91+165+128=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA580 is #A45A7F. Grayscale: #8A8A8A. Windows color (decimal): -10771072 or 8430939. OLE color: 8430939.

HSL color Cylindrical-coordinate representation of color #5BA580: hue angle of 150º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA580 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB91165128-
CMYK0.4500.220.35
HSL150º29.13%50.2%-
HSV(B)150º44.85%64.71%-
XYZ21.6730.6925.2-
YUV138.66121.9894.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=23.70%
G=42.97%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651280.4500.220.3515029.1350.2
Hex5BA5802D01623961d32
Octal13324520055026432263562
Binary101101110100101100000001011010101101000111001011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA580; }

 p { color: rgb(91,165,128); }

 H1.HeaderClassName
 {
   color: #5BA580;
 }
 .AnyTagClassName
 {
   color: #5BA580;
 }
</style>
background-color css

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

 a { background-color: rgb(91,165,128); }

 div.DivClassName
 {
   background-color: #5BA580;
 }
 .BgClassName
 {
   background-color: #5BA580;
 }
</style>
border-color css

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

 span { border-color: rgb(91,165,128); }

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