Html Css Color HEX #056F7D Surfie Green

📋 copy color: '#056F7D'

red 5 ◦ green 111 ◦ blue 125

#056F7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #056F7D

Tints of Surfie Green #056F7D

RGB

 RED value IS 5 (2.34% from 255) = 2.07%

 GREEN value IS 111 (43.75% from 255) = 46.06%

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 2.07%
G = 46.06%
B = 51.87%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#056F7D (or 0x056F7D) is known color: Surfie Green. HEX triplet: 05, 6F and 7D. RGB value is (5,111,125). Sum of RGB (Red+Green+Blue) = 5+111+125=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #056F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F7D is #FA9082. Grayscale: #505050. Windows color (decimal): -16420995 or 8220421. OLE color: 8220421.

HSL color Cylindrical-coordinate representation of color #056F7D: hue angle of 187º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F7D is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 111 125 -
CMYK 0.96 0.11 0 0.51
HSL 187º 0.92% 0.25% -
HSV(B) 187º 0.96% 0.49% -
XYZ 9.45 12.88 21.39 -
YUV 80.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 5 111 125 0.96 0.11 0 0.51 187 0.92 0.25
Hex 5 6F 7D 60 B 0 33 BB 5C 19
Octal 5 157 175 140 13 0 63 273 134 31
Binary 101 1101111 1111101 1100000 1011 0 110011 10111011 1011100 11001

Color Harmonies of #056F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F7D

Black with #056F7D

Text Example


Text Example

White with #056F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056F7D; }

 p { color: rgb(5,111,125); }

 H1.HeaderClassName
 {
   color: #056F7D;
 }
 .AnyTagClassName
 {
   color: #056F7D;
 }
</style>

background-color css

<style>
 a { background-color: #056F7D; }

 a { background-color: rgb(5,111,125); }

 div.DivClassName
 {
   background-color: #056F7D;
 }
 .BgClassName
 {
   background-color: #056F7D;
 }
</style>

border-color css

<style>
 span { border-color: #056F7D; }

 span { border-color: rgb(5,111,125); }

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