#053133

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

Shades of Nordic #053133

Tints of Nordic #053133

Color information

#053133 (or 0x053133) is unknown color: approx Nordic. HEX triplet: 05, 31 and 33. RGB value is (5,49,51). Sum of RGB (Red+Green+Blue) = 5+49+51=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #053133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053133 is #FACECC. Grayscale: #242424. Windows color (decimal): -16436941 or 3354885. OLE color: 3354885.

HSL color Cylindrical-coordinate representation of color #053133: hue angle of 182.61º 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 #053133 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB54951-
CMYK0.900.0400.8
HSL182.61º82.14%10.98%-
HSV(B)182.61º90.2%20%-
XYZ1.762.473.52-
YUV36.07136.42105.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=4.76%
G=46.67%
B=48.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal549510.900.0400.8182.6182.1410.98
Hex531335A4050b752b
Octal561631324012026712213
Binary1011100011100111011010100010100001011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053133; }

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

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

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

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

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

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

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

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