#053233

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

Shades of Nordic #053233

Tints of Nordic #053233

Color information

#053233 (or 0x053233) is unknown color: approx Nordic. HEX triplet: 05, 32 and 33. RGB value is (5,50,51). Sum of RGB (Red+Green+Blue) = 5+50+51=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #053233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053233 is #FACDCC. Grayscale: #242424. Windows color (decimal): -16436685 or 3355141. OLE color: 3355141.

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

Color convert

RGB55051-
CMYK0.900.0200.8
HSL181.3º82.14%10.98%-
HSV(B)181.3º90.2%20%-
XYZ1.82.553.53-
YUV36.66136.09105.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=4.72%
G=47.17%
B=48.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal550510.900.0200.8181.382.1410.98
Hex532335A2050b552b
Octal562631322012026512213
Binary101110010110011101101010010100001011010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053233; }

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

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

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

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

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

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

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

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