Html Css Color HEX #05614B Watercourse

📋 copy color: '#05614B'

red 5 ◦ green 97 ◦ blue 75

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

Shades of Watercourse #05614B

Tints of Watercourse #05614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.8%

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 2.82%
G = 54.8%
B = 42.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#05614B (or 0x05614B) is known color: Watercourse. HEX triplet: 05, 61 and 4B. RGB value is (5,97,75). Sum of RGB (Red+Green+Blue) = 5+97+75=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #05614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05614B is #FA9EB4. Grayscale: #424242. Windows color (decimal): -16424629 or 4940037. OLE color: 4940037.

HSL color Cylindrical-coordinate representation of color #05614B: hue angle of 165.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05614B is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 75 -
CMYK 0.95 0 0.23 0.62
HSL 165.65º 0.9% 0.2% -
HSV(B) 165.65º 0.95% 0.38% -
XYZ 5.61 9.09 8.12 -
YUV 66.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 5 97 75 0.95 0 0.23 0.62 165.65 0.9 0.2
Hex 5 61 4B 5F 0 17 3E A6 5A 14
Octal 5 141 113 137 0 27 76 246 132 24
Binary 101 1100001 1001011 1011111 0 10111 111110 10100110 1011010 10100

Color Harmonies of #05614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05614B

Black with #05614B

Text Example


Text Example

White with #05614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,97,75); }

 H1.HeaderClassName
 {
   color: #05614B;
 }
 .AnyTagClassName
 {
   color: #05614B;
 }
</style>

background-color css

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

 a { background-color: rgb(5,97,75); }

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

border-color css

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

 span { border-color: rgb(5,97,75); }

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