#055425

Color #055425 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #055425

Tints of Crusoe #055425

Color information

#055425 (or 0x055425) is unknown color: approx Crusoe. HEX triplet: 05, 54 and 25. RGB value is (5,84,37). Sum of RGB (Red+Green+Blue) = 5+84+37=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #055425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055425 is #FAABDA. Grayscale: #373737. Windows color (decimal): -16427995 or 2446341. OLE color: 2446341.

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

Color convert

RGB58437-
CMYK0.9400.560.67
HSL144.3º88.76%17.45%-
HSV(B)144.3º94.05%32.94%-
XYZ3.576.512.82-
YUV55.02117.8392.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 84 (33.20% from 255) = 66.67%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=3.97%
G=66.67%
B=29.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584370.9400.560.67144.388.7617.45
Hex554255E03843905911
Octal51244513607010322013121
Binary101101010010010110111100111000100001110010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055425; }

 p { color: rgb(5,84,37); }

 H1.HeaderClassName
 {
   color: #055425;
 }
 .AnyTagClassName
 {
   color: #055425;
 }
</style>
background-color css

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

 a { background-color: rgb(5,84,37); }

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

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

 span { border-color: rgb(5,84,37); }

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