#5BA570

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

Shades of Ocean Green #5BA570

Tints of Ocean Green #5BA570

Color information

#5BA570 (or 0x5BA570) is unknown color: approx Ocean Green. HEX triplet: 5B, A5 and 70. RGB value is (91,165,112). Sum of RGB (Red+Green+Blue) = 91+165+112=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA570 is #A45A8F. Grayscale: #888888. Windows color (decimal): -10771088 or 7382363. OLE color: 7382363.

HSL color Cylindrical-coordinate representation of color #5BA570: hue angle of 137.03º 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 #5BA570 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB91165112-
CMYK0.4500.320.35
HSL137.03º29.13%50.2%-
HSV(B)137.03º44.85%64.71%-
XYZ20.6930.320.09-
YUV136.83113.9895.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=24.73%
G=44.84%
B=30.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651120.4500.320.35137.0329.1350.2
Hex5BA5702D02023891d32
Octal13324516055040432113562
Binary101101110100101111000010110101000001000111000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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