Html Css Color HEX #056B2B Crusoe

📋 copy color: '#056B2B'

red 5 ◦ green 107 ◦ blue 43

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

Shades of Crusoe #056B2B

Tints of Crusoe #056B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 69.03%

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

R = 3.23%
G = 69.03%
B = 27.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#056B2B (or 0x056B2B) is known color: Crusoe. HEX triplet: 05, 6B and 2B. RGB value is (5,107,43). Sum of RGB (Red+Green+Blue) = 5+107+43=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 107 (42.19% from 255 or 69.03% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 107 - color contains mainly: green. Hex color #056B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B2B is #FA94D4. Grayscale: #454545. Windows color (decimal): -16422101 or 2845445. OLE color: 2845445.

HSL color Cylindrical-coordinate representation of color #056B2B: hue angle of 142.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B2B is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 43 -
CMYK 0.95 0 0.60 0.58
HSL 142.35º 0.91% 0.22% -
HSV(B) 142.35º 0.95% 0.42% -
XYZ 5.76 10.72 4.05 -
YUV 69.21 113.21 82.2 -
System Red Green Blue C M Y K H S L
Decimal 5 107 43 0.95 0 0.60 0.58 142.35 0.91 0.22
Hex 5 6B 2B 5F 0 3C 3A 8E 5B 16
Octal 5 153 53 137 0 74 72 216 133 26
Binary 101 1101011 101011 1011111 0 111100 111010 10001110 1011011 10110

Color Harmonies of #056B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B2B

Black with #056B2B

Text Example


Text Example

White with #056B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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