Html Css Color HEX #05624A Watercourse

📋 copy color: '#05624A'

red 5 ◦ green 98 ◦ blue 74

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

Shades of Watercourse #05624A

Tints of Watercourse #05624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.37%

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 2.82%
G = 55.37%
B = 41.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#05624A (or 0x05624A) is known color: Watercourse. HEX triplet: 05, 62 and 4A. RGB value is (5,98,74). Sum of RGB (Red+Green+Blue) = 5+98+74=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #05624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05624A is #FA9DB5. Grayscale: #434343. Windows color (decimal): -16424374 or 4874757. OLE color: 4874757.

HSL color Cylindrical-coordinate representation of color #05624A: hue angle of 164.52º 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 #05624A is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 98 74 -
CMYK 0.95 0 0.24 0.62
HSL 164.52º 0.9% 0.2% -
HSV(B) 164.52º 0.95% 0.38% -
XYZ 5.67 9.26 7.97 -
YUV 67.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 5 98 74 0.95 0 0.24 0.62 164.52 0.9 0.2
Hex 5 62 4A 5F 0 18 3E A5 5A 14
Octal 5 142 112 137 0 30 76 245 132 24
Binary 101 1100010 1001010 1011111 0 11000 111110 10100101 1011010 10100

Color Harmonies of #05624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05624A

Black with #05624A

Text Example


Text Example

White with #05624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05624A; }

 p { color: rgb(5,98,74); }

 H1.HeaderClassName
 {
   color: #05624A;
 }
 .AnyTagClassName
 {
   color: #05624A;
 }
</style>

background-color css

<style>
 a { background-color: #05624A; }

 a { background-color: rgb(5,98,74); }

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

border-color css

<style>
 span { border-color: #05624A; }

 span { border-color: rgb(5,98,74); }

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