Html Css Color HEX #055B40 Jewel

📋 copy color: '#055B40'

red 5 ◦ green 91 ◦ blue 64

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

Shades of Jewel #055B40

Tints of Jewel #055B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 56.88%

 BLUE value IS 64 (25.39% from 255) = 40%

R = 3.13%
G = 56.88%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#055B40 (or 0x055B40) is known color: Jewel. HEX triplet: 05, 5B and 40. RGB value is (5,91,64). Sum of RGB (Red+Green+Blue) = 5+91+64=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #055B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B40 is #FAA4BF. Grayscale: #3E3E3E. Windows color (decimal): -16426176 or 4217605. OLE color: 4217605.

HSL color Cylindrical-coordinate representation of color #055B40: hue angle of 161.16º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B40 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 91 64 -
CMYK 0.95 0 0.30 0.64
HSL 161.16º 0.9% 0.19% -
HSV(B) 161.16º 0.95% 0.36% -
XYZ 4.73 7.88 6.12 -
YUV 62.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 5 91 64 0.95 0 0.30 0.64 161.16 0.9 0.19
Hex 5 5B 40 5F 0 1E 40 A1 5A 13
Octal 5 133 100 137 0 36 100 241 132 23
Binary 101 1011011 1000000 1011111 0 11110 1000000 10100001 1011010 10011

Color Harmonies of #055B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B40

Black with #055B40

Text Example


Text Example

White with #055B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055B40; }

 p { color: rgb(5,91,64); }

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

background-color css

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

 a { background-color: rgb(5,91,64); }

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

border-color css

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

 span { border-color: rgb(5,91,64); }

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