Html Css Color HEX #053435 Cyprus

📋 copy color: '#053435'

red 5 ◦ green 52 ◦ blue 53

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

Shades of Cyprus #053435

Tints of Cyprus #053435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

 BLUE value IS 53 (21.09% from 255) = 48.18%

R = 4.55%
G = 47.27%
B = 48.18%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#053435 (or 0x053435) is known color: Cyprus. HEX triplet: 05, 34 and 35. RGB value is (5,52,53). Sum of RGB (Red+Green+Blue) = 5+52+53=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #053435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053435 is #FACBCA. Grayscale: #262626. Windows color (decimal): -16436171 or 3486725. OLE color: 3486725.

HSL color Cylindrical-coordinate representation of color #053435: hue angle of 181.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053435 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 52 53 -
CMYK 0.91 0.02 0 0.79
HSL 181.25º 0.83% 0.11% -
HSV(B) 181.25º 0.91% 0.21% -
XYZ 1.93 2.75 3.8 -
YUV 38.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 5 52 53 0.91 0.02 0 0.79 181.25 0.83 0.11
Hex 5 34 35 5B 2 0 4F B5 53 B
Octal 5 64 65 133 2 0 117 265 123 13
Binary 101 110100 110101 1011011 10 0 1001111 10110101 1010011 1011

Color Harmonies of #053435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053435

Black with #053435

Text Example


Text Example

White with #053435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053435; }

 p { color: rgb(5,52,53); }

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

background-color css

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

 a { background-color: rgb(5,52,53); }

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

border-color css

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

 span { border-color: rgb(5,52,53); }

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