Html Css Color HEX #055A42 Jewel

📋 copy color: '#055A42'

red 5 ◦ green 90 ◦ blue 66

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

Shades of Jewel #055A42

Tints of Jewel #055A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.9%

 BLUE value IS 66 (26.17% from 255) = 40.99%

R = 3.11%
G = 55.9%
B = 40.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#055A42 (or 0x055A42) is known color: Jewel. HEX triplet: 05, 5A and 42. RGB value is (5,90,66). Sum of RGB (Red+Green+Blue) = 5+90+66=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #055A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A42 is #FAA5BD. Grayscale: #3D3D3D. Windows color (decimal): -16426430 or 4348421. OLE color: 4348421.

HSL color Cylindrical-coordinate representation of color #055A42: hue angle of 163.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A42 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 66 -
CMYK 0.94 0 0.27 0.65
HSL 163.06º 0.89% 0.19% -
HSV(B) 163.06º 0.94% 0.35% -
XYZ 4.7 7.74 6.4 -
YUV 61.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 5 90 66 0.94 0 0.27 0.65 163.06 0.89 0.19
Hex 5 5A 42 5E 0 1B 41 A3 59 13
Octal 5 132 102 136 0 33 101 243 131 23
Binary 101 1011010 1000010 1011110 0 11011 1000001 10100011 1011001 10011

Color Harmonies of #055A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A42

Black with #055A42

Text Example


Text Example

White with #055A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,66); }

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

background-color css

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

 a { background-color: rgb(5,90,66); }

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

border-color css

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

 span { border-color: rgb(5,90,66); }

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