Html Css Color HEX #057523 Crusoe

📋 copy color: '#057523'

red 5 ◦ green 117 ◦ blue 35

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

Shades of Crusoe #057523

Tints of Crusoe #057523

RGB

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

 GREEN value IS 117 (46.09% from 255) = 74.52%

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 3.18%
G = 74.52%
B = 22.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#057523 (or 0x057523) is known color: Crusoe. HEX triplet: 05, 75 and 23. RGB value is (5,117,35). Sum of RGB (Red+Green+Blue) = 5+117+35=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #057523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057523 is #FA8ADC. Grayscale: #4A4A4A. Windows color (decimal): -16419549 or 2323717. OLE color: 2323717.

HSL color Cylindrical-coordinate representation of color #057523: hue angle of 136.07º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057523 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 35 -
CMYK 0.96 0 0.70 0.54
HSL 136.07º 0.92% 0.24% -
HSV(B) 136.07º 0.96% 0.46% -
XYZ 6.73 12.88 3.72 -
YUV 74.16 105.89 78.67 -
System Red Green Blue C M Y K H S L
Decimal 5 117 35 0.96 0 0.70 0.54 136.07 0.92 0.24
Hex 5 75 23 60 0 46 36 88 5C 18
Octal 5 165 43 140 0 106 66 210 134 30
Binary 101 1110101 100011 1100000 0 1000110 110110 10001000 1011100 11000

Color Harmonies of #057523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057523

Black with #057523

Text Example


Text Example

White with #057523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057523; }

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

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

background-color css

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

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

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

border-color css

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

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

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