Html Css Color HEX #053239 Nordic

📋 copy color: '#053239'

red 5 ◦ green 50 ◦ blue 57

#053239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #053239

Tints of Nordic #053239

RGB

 RED value IS 5 (2.34% from 255) = 4.46%

 GREEN value IS 50 (19.92% from 255) = 44.64%

 BLUE value IS 57 (22.66% from 255) = 50.89%

R = 4.46%
G = 44.64%
B = 50.89%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053239 (or 0x053239) is known color: Nordic. HEX triplet: 05, 32 and 39. RGB value is (5,50,57). Sum of RGB (Red+Green+Blue) = 5+50+57=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #053239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053239 is #FACDC6. Grayscale: #252525. Windows color (decimal): -16436679 or 3748357. OLE color: 3748357.

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

Color convert

RGB 5 50 57 -
CMYK 0.91 0.12 0 0.78
HSL 188.08º 0.84% 0.12% -
HSV(B) 188.08º 0.91% 0.22% -
XYZ 1.94 2.61 4.27 -
YUV 37.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 5 50 57 0.91 0.12 0 0.78 188.08 0.84 0.12
Hex 5 32 39 5B C 0 4E BC 54 C
Octal 5 62 71 133 14 0 116 274 124 14
Binary 101 110010 111001 1011011 1100 0 1001110 10111100 1010100 1100

Color Harmonies of #053239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053239

Black with #053239

Text Example


Text Example

White with #053239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053239; }

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

 H1.HeaderClassName
 {
   color: #053239;
 }
 .AnyTagClassName
 {
   color: #053239;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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