Html Css Color HEX #055831 Crusoe

📋 copy color: '#055831'

red 5 ◦ green 88 ◦ blue 49

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

Shades of Crusoe #055831

Tints of Crusoe #055831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.97%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 3.52%
G = 61.97%
B = 34.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#055831 (or 0x055831) is known color: Crusoe. HEX triplet: 05, 58 and 31. RGB value is (5,88,49). Sum of RGB (Red+Green+Blue) = 5+88+49=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #055831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055831 is #FAA7CE. Grayscale: #3A3A3A. Windows color (decimal): -16426959 or 3233797. OLE color: 3233797.

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

Color convert

RGB 5 88 49 -
CMYK 0.94 0 0.44 0.65
HSL 151.81º 0.89% 0.18% -
HSV(B) 151.81º 0.94% 0.35% -
XYZ 4.11 7.23 4.09 -
YUV 58.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 5 88 49 0.94 0 0.44 0.65 151.81 0.89 0.18
Hex 5 58 31 5E 0 2C 41 98 59 12
Octal 5 130 61 136 0 54 101 230 131 22
Binary 101 1011000 110001 1011110 0 101100 1000001 10011000 1011001 10010

Color Harmonies of #055831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055831

Black with #055831

Text Example


Text Example

White with #055831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055831; }

 p { color: rgb(5,88,49); }

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

background-color css

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

 a { background-color: rgb(5,88,49); }

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

border-color css

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

 span { border-color: rgb(5,88,49); }

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