#053234

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

Shades of Nordic #053234

Tints of Nordic #053234

Color information

#053234 (or 0x053234) is unknown color: approx Nordic. HEX triplet: 05, 32 and 34. RGB value is (5,50,52). Sum of RGB (Red+Green+Blue) = 5+50+52=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #053234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053234 is #FACDCB. Grayscale: #242424. Windows color (decimal): -16436684 or 3420677. OLE color: 3420677.

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

Color convert

RGB55052-
CMYK0.900.0400.80
HSL182.55º82.46%11.18%-
HSV(B)182.55º90.38%20.39%-
XYZ1.822.563.65-
YUV36.77136.59105.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=4.67%
G=46.73%
B=48.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550520.900.0400.80182.5582.4611.18
Hex532345A4050b752b
Octal562641324012026712213
Binary1011100101101001011010100010100001011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053234; }

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

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

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

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

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

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

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

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