Html Css Color HEX #05552F Crusoe

📋 copy color: '#05552F'

red 5 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #05552F

Tints of Crusoe #05552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.04%

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 3.65%
G = 62.04%
B = 34.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#05552F (or 0x05552F) is known color: Crusoe. HEX triplet: 05, 55 and 2F. RGB value is (5,85,47). Sum of RGB (Red+Green+Blue) = 5+85+47=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #05552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05552F is #FAAAD0. Grayscale: #383838. Windows color (decimal): -16427729 or 3101957. OLE color: 3101957.

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

Color convert

RGB 5 85 47 -
CMYK 0.94 0 0.45 0.67
HSL 151.5º 0.89% 0.18% -
HSV(B) 151.5º 0.94% 0.33% -
XYZ 3.82 6.73 3.79 -
YUV 56.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 5 85 47 0.94 0 0.45 0.67 151.5 0.89 0.18
Hex 5 55 2F 5E 0 2D 43 98 59 12
Octal 5 125 57 136 0 55 103 230 131 22
Binary 101 1010101 101111 1011110 0 101101 1000011 10011000 1011001 10010

Color Harmonies of #05552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05552F

Black with #05552F

Text Example


Text Example

White with #05552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05552F; }

 p { color: rgb(5,85,47); }

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

background-color css

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

 a { background-color: rgb(5,85,47); }

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

border-color css

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

 span { border-color: rgb(5,85,47); }

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