Html Css Color HEX #053C43 Cyprus

📋 copy color: '#053C43'

red 5 ◦ green 60 ◦ blue 67

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

Shades of Cyprus #053C43

Tints of Cyprus #053C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.45%

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

R = 3.79%
G = 45.45%
B = 50.76%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#053C43 (or 0x053C43) is known color: Cyprus. HEX triplet: 05, 3C and 43. RGB value is (5,60,67). Sum of RGB (Red+Green+Blue) = 5+60+67=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #053C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C43 is #FAC3BC. Grayscale: #2C2C2C. Windows color (decimal): -16434109 or 4406277. OLE color: 4406277.

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

Color convert

RGB 5 60 67 -
CMYK 0.93 0.10 0 0.74
HSL 186.77º 0.86% 0.14% -
HSV(B) 186.77º 0.93% 0.26% -
XYZ 2.69 3.67 5.88 -
YUV 44.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 5 60 67 0.93 0.10 0 0.74 186.77 0.86 0.14
Hex 5 3C 43 5D A 0 4A BB 56 E
Octal 5 74 103 135 12 0 112 273 126 16
Binary 101 111100 1000011 1011101 1010 0 1001010 10111011 1010110 1110

Color Harmonies of #053C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C43

Black with #053C43

Text Example


Text Example

White with #053C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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