Html Css Color HEX #05373A Cyprus

📋 copy color: '#05373A'

red 5 ◦ green 55 ◦ blue 58

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

Shades of Cyprus #05373A

Tints of Cyprus #05373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 4.24%
G = 46.61%
B = 49.15%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05373A (or 0x05373A) is known color: Cyprus. HEX triplet: 05, 37 and 3A. RGB value is (5,55,58). Sum of RGB (Red+Green+Blue) = 5+55+58=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #05373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05373A is #FAC8C5. Grayscale: #282828. Windows color (decimal): -16435398 or 3815173. OLE color: 3815173.

HSL color Cylindrical-coordinate representation of color #05373A: hue angle of 183.4º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05373A is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 55 58 -
CMYK 0.91 0.05 0 0.77
HSL 183.4º 0.84% 0.12% -
HSV(B) 183.4º 0.91% 0.23% -
XYZ 2.19 3.07 4.48 -
YUV 40.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 5 55 58 0.91 0.05 0 0.77 183.4 0.84 0.12
Hex 5 37 3A 5B 5 0 4D B7 54 C
Octal 5 67 72 133 5 0 115 267 124 14
Binary 101 110111 111010 1011011 101 0 1001101 10110111 1010100 1100

Color Harmonies of #05373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05373A

Black with #05373A

Text Example


Text Example

White with #05373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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