Html Css Color HEX #054243 Cyprus

📋 copy color: '#054243'

red 5 ◦ green 66 ◦ blue 67

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

Shades of Cyprus #054243

Tints of Cyprus #054243

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #054243: hue angle of 180.97º 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 #054243 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 67 -
CMYK 0.93 0.01 0 0.74
HSL 180.97º 0.86% 0.14% -
HSV(B) 180.97º 0.93% 0.26% -
XYZ 3.02 4.33 5.99 -
YUV 47.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 5 66 67 0.93 0.01 0 0.74 180.97 0.86 0.14
Hex 5 42 43 5D 1 0 4A B5 56 E
Octal 5 102 103 135 1 0 112 265 126 16
Binary 101 1000010 1000011 1011101 1 0 1001010 10110101 1010110 1110

Color Harmonies of #054243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054243

Black with #054243

Text Example


Text Example

White with #054243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054243; }

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

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

background-color css

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

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

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

border-color css

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

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

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