Html Css Color HEX #054C48 Cyprus

📋 copy color: '#054C48'

red 5 ◦ green 76 ◦ blue 72

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

Shades of Cyprus #054C48

Tints of Cyprus #054C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.67%

 BLUE value IS 72 (28.52% from 255) = 47.06%

R = 3.27%
G = 49.67%
B = 47.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#054C48 (or 0x054C48) is known color: Cyprus. HEX triplet: 05, 4C and 48. RGB value is (5,76,72). Sum of RGB (Red+Green+Blue) = 5+76+72=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #054C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C48 is #FAB3B7. Grayscale: #363636. Windows color (decimal): -16430008 or 4738053. OLE color: 4738053.

HSL color Cylindrical-coordinate representation of color #054C48: hue angle of 176.62º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C48 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 76 72 -
CMYK 0.93 0 0.05 0.70
HSL 176.62º 0.88% 0.16% -
HSV(B) 176.62º 0.93% 0.3% -
XYZ 3.82 5.67 7.02 -
YUV 54.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 5 76 72 0.93 0 0.05 0.70 176.62 0.88 0.16
Hex 5 4C 48 5D 0 5 46 B1 58 10
Octal 5 114 110 135 0 5 106 261 130 20
Binary 101 1001100 1001000 1011101 0 101 1000110 10110001 1011000 10000

Color Harmonies of #054C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C48

Black with #054C48

Text Example


Text Example

White with #054C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054C48; }

 p { color: rgb(5,76,72); }

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

background-color css

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

 a { background-color: rgb(5,76,72); }

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

border-color css

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

 span { border-color: rgb(5,76,72); }

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