Html Css Color HEX #055B30 Crusoe

📋 copy color: '#055B30'

red 5 ◦ green 91 ◦ blue 48

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

Shades of Crusoe #055B30

Tints of Crusoe #055B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 63.19%

 BLUE value IS 48 (19.14% from 255) = 33.33%

R = 3.47%
G = 63.19%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#055B30 (or 0x055B30) is known color: Crusoe. HEX triplet: 05, 5B and 30. RGB value is (5,91,48). Sum of RGB (Red+Green+Blue) = 5+91+48=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 91 (35.94% from 255 or 63.19% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 91 - color contains mainly: green. Hex color #055B30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B30 is #FAA4CF. Grayscale: #3C3C3C. Windows color (decimal): -16426192 or 3169029. OLE color: 3169029.

HSL color Cylindrical-coordinate representation of color #055B30: hue angle of 150º 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 #055B30 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 91 48 -
CMYK 0.95 0 0.47 0.64
HSL 150º 0.9% 0.19% -
HSV(B) 150º 0.95% 0.36% -
XYZ 4.34 7.73 4.06 -
YUV 60.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 5 91 48 0.95 0 0.47 0.64 150 0.9 0.19
Hex 5 5B 30 5F 0 2F 40 96 5A 13
Octal 5 133 60 137 0 57 100 226 132 23
Binary 101 1011011 110000 1011111 0 101111 1000000 10010110 1011010 10011

Color Harmonies of #055B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B30

Black with #055B30

Text Example


Text Example

White with #055B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,91,48); }

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

background-color css

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

 a { background-color: rgb(5,91,48); }

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

border-color css

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

 span { border-color: rgb(5,91,48); }

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