#053333

Color #053333 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #053333

Tints of Nordic #053333

Color information

#053333 (or 0x053333) is unknown color: approx Nordic. HEX triplet: 05, 33 and 33. RGB value is (5,51,51). Sum of RGB (Red+Green+Blue) = 5+51+51=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #053333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053333 is #FACCCC. Grayscale: #252525. Windows color (decimal): -16436429 or 3355397. OLE color: 3355397.

HSL color Cylindrical-coordinate representation of color #053333: hue angle of 180º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053333 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB55151-
CMYK0.90000.8
HSL180º82.14%10.98%-
HSV(B)180º90.2%20%-
XYZ1.842.643.54-
YUV37.25135.76105-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=4.67%
G=47.66%
B=47.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551510.90000.818082.1410.98
Hex533335A0050b452b
Octal563631320012026412213
Binary10111001111001110110100010100001011010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053333; }

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

 H1.HeaderClassName
 {
   color: #053333;
 }
 .AnyTagClassName
 {
   color: #053333;
 }
</style>
background-color css

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

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

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

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

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

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