Html Css Color HEX #054244 Cyprus

📋 copy color: '#054244'

red 5 ◦ green 66 ◦ blue 68

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

Shades of Cyprus #054244

Tints of Cyprus #054244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

 BLUE value IS 68 (26.95% from 255) = 48.92%

R = 3.6%
G = 47.48%
B = 48.92%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#054244 (or 0x054244) is known color: Cyprus. HEX triplet: 05, 42 and 44. RGB value is (5,66,68). Sum of RGB (Red+Green+Blue) = 5+66+68=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #054244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054244 is #FABDBB. Grayscale: #2F2F2F. Windows color (decimal): -16432572 or 4473349. OLE color: 4473349.

HSL color Cylindrical-coordinate representation of color #054244: hue angle of 181.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054244 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 66 68 -
CMYK 0.93 0.03 0 0.73
HSL 181.9º 0.86% 0.14% -
HSV(B) 181.9º 0.93% 0.27% -
XYZ 3.05 4.35 6.15 -
YUV 47.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 5 66 68 0.93 0.03 0 0.73 181.9 0.86 0.14
Hex 5 42 44 5D 3 0 49 B6 56 E
Octal 5 102 104 135 3 0 111 266 126 16
Binary 101 1000010 1000100 1011101 11 0 1001001 10110110 1010110 1110

Color Harmonies of #054244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054244

Black with #054244

Text Example


Text Example

White with #054244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054244; }

 p { color: rgb(5,66,68); }

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

background-color css

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

 a { background-color: rgb(5,66,68); }

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

border-color css

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

 span { border-color: rgb(5,66,68); }

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