Html Css Color HEX #054342 Cyprus

📋 copy color: '#054342'

red 5 ◦ green 67 ◦ blue 66

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

Shades of Cyprus #054342

Tints of Cyprus #054342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.55%

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 3.62%
G = 48.55%
B = 47.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#054342 (or 0x054342) is known color: Cyprus. HEX triplet: 05, 43 and 42. RGB value is (5,67,66). Sum of RGB (Red+Green+Blue) = 5+67+66=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #054342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054342 is #FABCBD. Grayscale: #303030. Windows color (decimal): -16432318 or 4342533. OLE color: 4342533.

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

Color convert

RGB 5 67 66 -
CMYK 0.93 0 0.01 0.74
HSL 179.03º 0.86% 0.14% -
HSV(B) 179.03º 0.93% 0.26% -
XYZ 3.05 4.44 5.85 -
YUV 48.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 5 67 66 0.93 0 0.01 0.74 179.03 0.86 0.14
Hex 5 43 42 5D 0 1 4A B3 56 E
Octal 5 103 102 135 0 1 112 263 126 16
Binary 101 1000011 1000010 1011101 0 1 1001010 10110011 1010110 1110

Color Harmonies of #054342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054342

Black with #054342

Text Example


Text Example

White with #054342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054342; }

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

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

background-color css

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

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

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

border-color css

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

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

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