Html Css Color HEX #056441 Jewel

📋 copy color: '#056441'

red 5 ◦ green 100 ◦ blue 65

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

Shades of Jewel #056441

Tints of Jewel #056441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 58.82%

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 2.94%
G = 58.82%
B = 38.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#056441 (or 0x056441) is known color: Jewel. HEX triplet: 05, 64 and 41. RGB value is (5,100,65). Sum of RGB (Red+Green+Blue) = 5+100+65=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #056441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056441 is #FA9BBE. Grayscale: #434343. Windows color (decimal): -16423871 or 4285445. OLE color: 4285445.

HSL color Cylindrical-coordinate representation of color #056441: hue angle of 157.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056441 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 65 -
CMYK 0.95 0 0.35 0.61
HSL 157.89º 0.9% 0.21% -
HSV(B) 157.89º 0.95% 0.39% -
XYZ 5.57 9.53 6.55 -
YUV 67.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 5 100 65 0.95 0 0.35 0.61 157.89 0.9 0.21
Hex 5 64 41 5F 0 23 3D 9E 5A 15
Octal 5 144 101 137 0 43 75 236 132 25
Binary 101 1100100 1000001 1011111 0 100011 111101 10011110 1011010 10101

Color Harmonies of #056441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056441

Black with #056441

Text Example


Text Example

White with #056441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056441; }

 p { color: rgb(5,100,65); }

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

background-color css

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

 a { background-color: rgb(5,100,65); }

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

border-color css

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

 span { border-color: rgb(5,100,65); }

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