#53926E

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

Shades of Ocean Green #53926E

Tints of Ocean Green #53926E

Color information

#53926E (or 0x53926E) is unknown color: approx Ocean Green. HEX triplet: 53, 92 and 6E. RGB value is (83,146,110). Sum of RGB (Red+Green+Blue) = 83+146+110=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #53926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53926E is #AC6D91. Grayscale: #7B7B7B. Windows color (decimal): -11300242 or 7246419. OLE color: 7246419.

HSL color Cylindrical-coordinate representation of color #53926E: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53926E is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB83146110-
CMYK0.4300.250.43
HSL145.71º27.51%44.9%-
HSV(B)145.71º43.15%57.25%-
XYZ16.6623.5218.41-
YUV123.06120.6399.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=24.48%
G=43.07%
B=32.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461100.4300.250.43145.7127.5144.9
Hex53926E2B0192B921c2d
Octal12322215653031532223455
Binary10100111001001011011101010110110011010111001001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53926E; }

 p { color: rgb(83,146,110); }

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

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

 a { background-color: rgb(83,146,110); }

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

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

 span { border-color: rgb(83,146,110); }

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