Html Css Color HEX #055526 Crusoe

📋 copy color: '#055526'

red 5 ◦ green 85 ◦ blue 38

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

Shades of Crusoe #055526

Tints of Crusoe #055526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.41%

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 3.91%
G = 66.41%
B = 29.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#055526 (or 0x055526) is known color: Crusoe. HEX triplet: 05, 55 and 26. RGB value is (5,85,38). Sum of RGB (Red+Green+Blue) = 5+85+38=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #055526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055526 is #FAAAD9. Grayscale: #373737. Windows color (decimal): -16427738 or 2512133. OLE color: 2512133.

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

Color convert

RGB 5 85 38 -
CMYK 0.94 0 0.55 0.67
HSL 144.75º 0.89% 0.18% -
HSV(B) 144.75º 0.94% 0.33% -
XYZ 3.66 6.67 2.93 -
YUV 55.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 5 85 38 0.94 0 0.55 0.67 144.75 0.89 0.18
Hex 5 55 26 5E 0 37 43 91 59 12
Octal 5 125 46 136 0 67 103 221 131 22
Binary 101 1010101 100110 1011110 0 110111 1000011 10010001 1011001 10010

Color Harmonies of #055526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055526

Black with #055526

Text Example


Text Example

White with #055526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055526; }

 p { color: rgb(5,85,38); }

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

background-color css

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

 a { background-color: rgb(5,85,38); }

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

border-color css

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

 span { border-color: rgb(5,85,38); }

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