Html Css Color HEX #055233 British Racing Green

📋 copy color: '#055233'

red 5 ◦ green 82 ◦ blue 51

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

Shades of British Racing Green #055233

Tints of British Racing Green #055233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.42%

 BLUE value IS 51 (20.31% from 255) = 36.96%

R = 3.62%
G = 59.42%
B = 36.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#055233 (or 0x055233) is known color: British Racing Green. HEX triplet: 05, 52 and 33. RGB value is (5,82,51). Sum of RGB (Red+Green+Blue) = 5+82+51=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #055233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055233 is #FAADCC. Grayscale: #373737. Windows color (decimal): -16428493 or 3363333. OLE color: 3363333.

HSL color Cylindrical-coordinate representation of color #055233: hue angle of 155.84º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055233 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 51 -
CMYK 0.94 0 0.38 0.68
HSL 155.84º 0.89% 0.17% -
HSV(B) 155.84º 0.94% 0.32% -
XYZ 3.68 6.31 4.16 -
YUV 55.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 5 82 51 0.94 0 0.38 0.68 155.84 0.89 0.17
Hex 5 52 33 5E 0 26 44 9C 59 11
Octal 5 122 63 136 0 46 104 234 131 21
Binary 101 1010010 110011 1011110 0 100110 1000100 10011100 1011001 10001

Color Harmonies of #055233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055233

Black with #055233

Text Example


Text Example

White with #055233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055233; }

 p { color: rgb(5,82,51); }

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

background-color css

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

 a { background-color: rgb(5,82,51); }

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

border-color css

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

 span { border-color: rgb(5,82,51); }

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