Html Css Color HEX #05582B Crusoe

📋 copy color: '#05582B'

red 5 ◦ green 88 ◦ blue 43

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

Shades of Crusoe #05582B

Tints of Crusoe #05582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 64.71%

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 3.68%
G = 64.71%
B = 31.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#05582B (or 0x05582B) is known color: Crusoe. HEX triplet: 05, 58 and 2B. RGB value is (5,88,43). Sum of RGB (Red+Green+Blue) = 5+88+43=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #05582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05582B is #FAA7D4. Grayscale: #3A3A3A. Windows color (decimal): -16426965 or 2840581. OLE color: 2840581.

HSL color Cylindrical-coordinate representation of color #05582B: hue angle of 147.47º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05582B is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 88 43 -
CMYK 0.94 0 0.51 0.65
HSL 147.47º 0.89% 0.18% -
HSV(B) 147.47º 0.94% 0.35% -
XYZ 3.99 7.19 3.46 -
YUV 58.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 5 88 43 0.94 0 0.51 0.65 147.47 0.89 0.18
Hex 5 58 2B 5E 0 33 41 93 59 12
Octal 5 130 53 136 0 63 101 223 131 22
Binary 101 1011000 101011 1011110 0 110011 1000001 10010011 1011001 10010

Color Harmonies of #05582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05582B

Black with #05582B

Text Example


Text Example

White with #05582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05582B; }

 p { color: rgb(5,88,43); }

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

background-color css

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

 a { background-color: rgb(5,88,43); }

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

border-color css

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

 span { border-color: rgb(5,88,43); }

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