#05707B

Color #05707B Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #05707B

Tints of Surfie Green #05707B

Color information

#05707B (or 0x05707B) is unknown color: approx Surfie Green. HEX triplet: 05, 70 and 7B. RGB value is (5,112,123). Sum of RGB (Red+Green+Blue) = 5+112+123=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #05707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05707B is #FA8F84. Grayscale: #515151. Windows color (decimal): -16420741 or 8089605. OLE color: 8089605.

HSL color Cylindrical-coordinate representation of color #05707B: hue angle of 185.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05707B is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5112123-
CMYK0.960.0900.52
HSL185.59º92.19%25.1%-
HSV(B)185.59º95.93%48.24%-
XYZ9.4313.0520.76-
YUV81.26151.5573.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=2.08%
G=46.67%
B=51.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51121230.960.0900.52185.5992.1925.1
Hex5707B609034ba5c19
Octal51601731401106427213431
Binary1011110000111101111000001001011010010111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05707B; }

 p { color: rgb(5,112,123); }

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

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

 a { background-color: rgb(5,112,123); }

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

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

 span { border-color: rgb(5,112,123); }

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