Html Css Color HEX #055A2B Crusoe

📋 copy color: '#055A2B'

red 5 ◦ green 90 ◦ blue 43

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

Shades of Crusoe #055A2B

Tints of Crusoe #055A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 3.62%
G = 65.22%
B = 31.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#055A2B (or 0x055A2B) is known color: Crusoe. HEX triplet: 05, 5A and 2B. RGB value is (5,90,43). Sum of RGB (Red+Green+Blue) = 5+90+43=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #055A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A2B is #FAA5D4. Grayscale: #3B3B3B. Windows color (decimal): -16426453 or 2841093. OLE color: 2841093.

HSL color Cylindrical-coordinate representation of color #055A2B: hue angle of 146.82º 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 #055A2B is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 43 -
CMYK 0.94 0 0.52 0.65
HSL 146.82º 0.89% 0.19% -
HSV(B) 146.82º 0.94% 0.35% -
XYZ 4.15 7.52 3.52 -
YUV 59.23 118.84 89.32 -
System Red Green Blue C M Y K H S L
Decimal 5 90 43 0.94 0 0.52 0.65 146.82 0.89 0.19
Hex 5 5A 2B 5E 0 34 41 93 59 13
Octal 5 132 53 136 0 64 101 223 131 23
Binary 101 1011010 101011 1011110 0 110100 1000001 10010011 1011001 10011

Color Harmonies of #055A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A2B

Black with #055A2B

Text Example


Text Example

White with #055A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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