Html Css Color HEX #05373E Cyprus

📋 copy color: '#05373E'

red 5 ◦ green 55 ◦ blue 62

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

Shades of Cyprus #05373E

Tints of Cyprus #05373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 50.82%

R = 4.1%
G = 45.08%
B = 50.82%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05373E (or 0x05373E) is known color: Cyprus. HEX triplet: 05, 37 and 3E. RGB value is (5,55,62). Sum of RGB (Red+Green+Blue) = 5+55+62=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #05373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05373E is #FAC8C1. Grayscale: #282828. Windows color (decimal): -16435394 or 4077317. OLE color: 4077317.

HSL color Cylindrical-coordinate representation of color #05373E: hue angle of 187.37º 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 #05373E is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 55 62 -
CMYK 0.92 0.11 0 0.76
HSL 187.37º 0.85% 0.13% -
HSV(B) 187.37º 0.92% 0.24% -
XYZ 2.3 3.11 5.04 -
YUV 40.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 5 55 62 0.92 0.11 0 0.76 187.37 0.85 0.13
Hex 5 37 3E 5C B 0 4C BB 55 D
Octal 5 67 76 134 13 0 114 273 125 15
Binary 101 110111 111110 1011100 1011 0 1001100 10111011 1010101 1101

Color Harmonies of #05373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05373E

Black with #05373E

Text Example


Text Example

White with #05373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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