Html Css Color HEX #055315 Crusoe

📋 copy color: '#055315'

red 5 ◦ green 83 ◦ blue 21

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

Shades of Crusoe #055315

Tints of Crusoe #055315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.27%

R = 4.59%
G = 76.15%
B = 19.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#055315 (or 0x055315) is known color: Crusoe. HEX triplet: 05, 53 and 15. RGB value is (5,83,21). Sum of RGB (Red+Green+Blue) = 5+83+21=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #055315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055315 is #FAACEA. Grayscale: #343434. Windows color (decimal): -16428267 or 1397509. OLE color: 1397509.

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

Color convert

RGB 5 83 21 -
CMYK 0.94 0 0.75 0.67
HSL 132.31º 0.89% 0.17% -
HSV(B) 132.31º 0.94% 0.33% -
XYZ 3.29 6.27 1.75 -
YUV 52.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 5 83 21 0.94 0 0.75 0.67 132.31 0.89 0.17
Hex 5 53 15 5E 0 4B 43 84 59 11
Octal 5 123 25 136 0 113 103 204 131 21
Binary 101 1010011 10101 1011110 0 1001011 1000011 10000100 1011001 10001

Color Harmonies of #055315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055315

Black with #055315

Text Example


Text Example

White with #055315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055315; }

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

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

background-color css

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

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

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

border-color css

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

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

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