Html Css Color HEX #055321 Crusoe

📋 copy color: '#055321'

red 5 ◦ green 83 ◦ blue 33

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

Shades of Crusoe #055321

Tints of Crusoe #055321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 68.6%

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 4.13%
G = 68.6%
B = 27.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#055321 (or 0x055321) is known color: Crusoe. HEX triplet: 05, 53 and 21. RGB value is (5,83,33). Sum of RGB (Red+Green+Blue) = 5+83+33=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #055321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055321 is #FAACDE. Grayscale: #363636. Windows color (decimal): -16428255 or 2183941. OLE color: 2183941.

HSL color Cylindrical-coordinate representation of color #055321: hue angle of 141.54º 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 #055321 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 33 -
CMYK 0.94 0 0.60 0.67
HSL 141.54º 0.89% 0.17% -
HSV(B) 141.54º 0.94% 0.33% -
XYZ 3.43 6.33 2.48 -
YUV 53.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 5 83 33 0.94 0 0.60 0.67 141.54 0.89 0.17
Hex 5 53 21 5E 0 3C 43 8E 59 11
Octal 5 123 41 136 0 74 103 216 131 21
Binary 101 1010011 100001 1011110 0 111100 1000011 10001110 1011001 10001

Color Harmonies of #055321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055321

Black with #055321

Text Example


Text Example

White with #055321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055321; }

 p { color: rgb(5,83,33); }

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

background-color css

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

 a { background-color: rgb(5,83,33); }

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

border-color css

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

 span { border-color: rgb(5,83,33); }

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