Html Css Color HEX #053238 Nordic

📋 copy color: '#053238'

red 5 ◦ green 50 ◦ blue 56

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

Shades of Nordic #053238

Tints of Nordic #053238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 50.45%

R = 4.5%
G = 45.05%
B = 50.45%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053238 (or 0x053238) is known color: 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

RGB 5 50 56 -
CMYK 0.91 0.11 0 0.78
HSL 187.06º 0.84% 0.12% -
HSV(B) 187.06º 0.91% 0.22% -
XYZ 1.92 2.6 4.14 -
YUV 37.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 5 50 56 0.91 0.11 0 0.78 187.06 0.84 0.12
Hex 5 32 38 5B B 0 4E BB 54 C
Octal 5 62 70 133 13 0 116 273 124 14
Binary 101 110010 111000 1011011 1011 0 1001110 10111011 1010100 1100

Color Harmonies of #053238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053238

Black with #053238

Text Example


Text Example

White with #053238

Text Example


Text Example

HTML Codes & Css Web 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>