#052C38

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

Shades of Nordic #052C38

Tints of Nordic #052C38

Color information

#052C38 (or 0x052C38) is unknown color: approx Nordic. HEX triplet: 05, 2C and 38. RGB value is (5,44,56). Sum of RGB (Red+Green+Blue) = 5+44+56=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #052C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C38 is #FAD3C7. Grayscale: #212121. Windows color (decimal): -16438216 or 3681285. OLE color: 3681285.

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

Color convert

RGB54456-
CMYK0.910.2100.78
HSL194.12º83.61%11.96%-
HSV(B)194.12º91.07%21.96%-
XYZ1.682.124.06-
YUV33.71140.58107.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=4.76%
G=41.90%
B=53.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal544560.910.2100.78194.1283.6111.96
Hex52C385B1504Ec254c
Octal5547013325011630212414
Binary101101100111000101101110101010011101100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052C38; }

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

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

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

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

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

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

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

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