#5BA572

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

Shades of Ocean Green #5BA572

Tints of Ocean Green #5BA572

Color information

#5BA572 (or 0x5BA572) is unknown color: approx Ocean Green. HEX triplet: 5B, A5 and 72. RGB value is (91,165,114). Sum of RGB (Red+Green+Blue) = 91+165+114=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA572 is #A45A8D. Grayscale: #898989. Windows color (decimal): -10771086 or 7513435. OLE color: 7513435.

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

Color convert

RGB91165114-
CMYK0.4500.310.35
HSL138.65º29.13%50.2%-
HSV(B)138.65º44.85%64.71%-
XYZ20.8130.3520.68-
YUV137.06114.9895.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.59%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=24.59%
G=44.59%
B=30.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911651140.4500.310.35138.6529.1350.2
Hex5BA5722D01F238b1d32
Octal13324516255037432133562
Binary10110111010010111100101011010111111000111000101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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