Html Css Color HEX #05363A Cyprus

📋 copy color: '#05363A'

red 5 ◦ green 54 ◦ blue 58

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

Shades of Cyprus #05363A

Tints of Cyprus #05363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.15%

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

R = 4.27%
G = 46.15%
B = 49.57%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05363A (or 0x05363A) is known color: Cyprus. HEX triplet: 05, 36 and 3A. RGB value is (5,54,58). Sum of RGB (Red+Green+Blue) = 5+54+58=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #05363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05363A is #FAC9C5. Grayscale: #272727. Windows color (decimal): -16435654 or 3814917. OLE color: 3814917.

HSL color Cylindrical-coordinate representation of color #05363A: hue angle of 184.53º 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 #05363A is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 54 58 -
CMYK 0.91 0.07 0 0.77
HSL 184.53º 0.84% 0.12% -
HSV(B) 184.53º 0.91% 0.23% -
XYZ 2.15 2.98 4.46 -
YUV 39.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 5 54 58 0.91 0.07 0 0.77 184.53 0.84 0.12
Hex 5 36 3A 5B 7 0 4D B9 54 C
Octal 5 66 72 133 7 0 115 271 124 14
Binary 101 110110 111010 1011011 111 0 1001101 10111001 1010100 1100

Color Harmonies of #05363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05363A

Black with #05363A

Text Example


Text Example

White with #05363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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