Html Css Color HEX #05694B Watercourse

📋 copy color: '#05694B'

red 5 ◦ green 105 ◦ blue 75

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

Shades of Watercourse #05694B

Tints of Watercourse #05694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.76%

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

R = 2.7%
G = 56.76%
B = 40.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#05694B (or 0x05694B) is known color: Watercourse. HEX triplet: 05, 69 and 4B. RGB value is (5,105,75). Sum of RGB (Red+Green+Blue) = 5+105+75=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #05694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05694B is #FA96B4. Grayscale: #474747. Windows color (decimal): -16422581 or 4942085. OLE color: 4942085.

HSL color Cylindrical-coordinate representation of color #05694B: hue angle of 162º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05694B is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 75 -
CMYK 0.95 0 0.29 0.59
HSL 162º 0.91% 0.22% -
HSV(B) 162º 0.95% 0.41% -
XYZ 6.38 10.64 8.37 -
YUV 71.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 5 105 75 0.95 0 0.29 0.59 162 0.91 0.22
Hex 5 69 4B 5F 0 1D 3B A2 5B 16
Octal 5 151 113 137 0 35 73 242 133 26
Binary 101 1101001 1001011 1011111 0 11101 111011 10100010 1011011 10110

Color Harmonies of #05694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05694B

Black with #05694B

Text Example


Text Example

White with #05694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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