#053238

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

Shades of Nordic #053238

Tints of Nordic #053238

Color information

#053238 (or 0x053238) is unknown color: approx Nordic. HEX triplet: 05, 32 and 38. RGB value is (5,50,56). Sum of RGB (Red+Green+Blue) = 5+50+56=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #053238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053238 is #FACDC7. Grayscale: #252525. Windows color (decimal): -16436680 or 3682821. OLE color: 3682821.

HSL color Cylindrical-coordinate representation of color #053238: hue angle of 187.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053238 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB55056-
CMYK0.910.1100.78
HSL187.06º83.61%11.96%-
HSV(B)187.06º91.07%21.96%-
XYZ1.922.64.14-
YUV37.23138.59105.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=4.50%
G=45.05%
B=50.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal550560.910.1100.78187.0683.6111.96
Hex532385BB04Ebb54c
Octal5627013313011627312414
Binary10111001011100010110111011010011101011101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053238; }

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

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

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

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

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

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

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

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