Html Css Color HEX #05373C Cyprus

📋 copy color: '#05373C'

red 5 ◦ green 55 ◦ blue 60

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

Shades of Cyprus #05373C

Tints of Cyprus #05373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.83%

 BLUE value IS 60 (23.83% from 255) = 50%

R = 4.17%
G = 45.83%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05373C (or 0x05373C) is known color: Cyprus. HEX triplet: 05, 37 and 3C. RGB value is (5,55,60). Sum of RGB (Red+Green+Blue) = 5+55+60=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #05373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05373C is #FAC8C3. Grayscale: #282828. Windows color (decimal): -16435396 or 3946245. OLE color: 3946245.

HSL color Cylindrical-coordinate representation of color #05373C: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05373C is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 55 60 -
CMYK 0.92 0.08 0 0.76
HSL 185.45º 0.85% 0.13% -
HSV(B) 185.45º 0.92% 0.24% -
XYZ 2.24 3.09 4.75 -
YUV 40.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 5 55 60 0.92 0.08 0 0.76 185.45 0.85 0.13
Hex 5 37 3C 5C 8 0 4C B9 55 D
Octal 5 67 74 134 10 0 114 271 125 15
Binary 101 110111 111100 1011100 1000 0 1001100 10111001 1010101 1101

Color Harmonies of #05373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05373C

Black with #05373C

Text Example


Text Example

White with #05373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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