Html Css Color HEX #055D1B Crusoe

📋 copy color: '#055D1B'

red 5 ◦ green 93 ◦ blue 27

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

Shades of Crusoe #055D1B

Tints of Crusoe #055D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 74.4%

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 4%
G = 74.4%
B = 21.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#055D1B (or 0x055D1B) is known color: Crusoe. HEX triplet: 05, 5D and 1B. RGB value is (5,93,27). Sum of RGB (Red+Green+Blue) = 5+93+27=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #055D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D1B is #FAA2E4. Grayscale: #3B3B3B. Windows color (decimal): -16425701 or 1793285. OLE color: 1793285.

HSL color Cylindrical-coordinate representation of color #055D1B: hue angle of 135º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D1B is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 93 27 -
CMYK 0.95 0 0.71 0.64
HSL 135º 0.9% 0.19% -
HSV(B) 135º 0.95% 0.36% -
XYZ 4.17 7.94 2.35 -
YUV 59.16 109.85 89.37 -
System Red Green Blue C M Y K H S L
Decimal 5 93 27 0.95 0 0.71 0.64 135 0.9 0.19
Hex 5 5D 1B 5F 0 47 40 87 5A 13
Octal 5 135 33 137 0 107 100 207 132 23
Binary 101 1011101 11011 1011111 0 1000111 1000000 10000111 1011010 10011

Color Harmonies of #055D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055D1B

Black with #055D1B

Text Example


Text Example

White with #055D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055D1B; }

 p { color: rgb(5,93,27); }

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

background-color css

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

 a { background-color: rgb(5,93,27); }

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

border-color css

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

 span { border-color: rgb(5,93,27); }

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