#053038

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

Shades of Nordic #053038

Tints of Nordic #053038

Color information

#053038 (or 0x053038) is unknown color: approx Nordic. HEX triplet: 05, 30 and 38. RGB value is (5,48,56). Sum of RGB (Red+Green+Blue) = 5+48+56=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #053038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053038 is #FACFC7. Grayscale: #232323. Windows color (decimal): -16437192 or 3682309. OLE color: 3682309.

HSL color Cylindrical-coordinate representation of color #053038: hue angle of 189.41º 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 #053038 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB54856-
CMYK0.910.1400.78
HSL189.41º83.61%11.96%-
HSV(B)189.41º91.07%21.96%-
XYZ1.832.434.11-
YUV36.06139.25105.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 48 (19.14% from 255) = 44.04%
BLUE value IS 56 (22.27% from 255) = 51.38%
R=4.59%
G=44.04%
B=51.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal548560.910.1400.78189.4183.6111.96
Hex530385BE04Ebd54c
Octal5607013316011627512414
Binary10111000011100010110111110010011101011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053038; }

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

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

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

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

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

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

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

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