#056523

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

Shades of Crusoe #056523

Tints of Crusoe #056523

Color information

#056523 (or 0x056523) is unknown color: approx Crusoe. HEX triplet: 05, 65 and 23. RGB value is (5,101,35). Sum of RGB (Red+Green+Blue) = 5+101+35=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #056523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056523 is #FA9ADC. Grayscale: #404040. Windows color (decimal): -16423645 or 2319621. OLE color: 2319621.

HSL color Cylindrical-coordinate representation of color #056523: hue angle of 138.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056523 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB510135-
CMYK0.9500.650.60
HSL138.75º90.57%20.78%-
HSV(B)138.75º95.05%39.61%-
XYZ5.029.463.15-
YUV64.77111.285.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 101 (39.84% from 255) = 71.63%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=3.55%
G=71.63%
B=24.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5101350.9500.650.60138.7590.5720.78
Hex565235F0413C8b5b15
Octal51454313701017421313325
Binary101110010110001110111110100000111110010001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056523; }

 p { color: rgb(5,101,35); }

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

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

 a { background-color: rgb(5,101,35); }

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

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

 span { border-color: rgb(5,101,35); }

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