Html Css Color HEX #135353 Cyprus

📋 copy color: '#135353'

red 19 ◦ green 83 ◦ blue 83

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

Shades of Cyprus #135353

Tints of Cyprus #135353

RGB

 RED value IS 19 (7.81% from 255) = 10.27%

 GREEN value IS 83 (32.81% from 255) = 44.86%

 BLUE value IS 83 (32.81% from 255) = 44.86%

R = 10.27%
G = 44.86%
B = 44.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#135353 (or 0x135353) is known color: Cyprus. HEX triplet: 13, 53 and 53. RGB value is (19,83,83). Sum of RGB (Red+Green+Blue) = 19+83+83=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #135353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135353 is #ECACAC. Grayscale: #3F3F3F. Windows color (decimal): -15510701 or 5460755. OLE color: 5460755.

HSL color Cylindrical-coordinate representation of color #135353: hue angle of 180º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135353 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 83 -
CMYK 0.77 0 0 0.67
HSL 180º 0.63% 0.2% -
HSV(B) 180º 0.77% 0.33% -
XYZ 4.92 6.95 9.27 -
YUV 63.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 19 83 83 0.77 0 0 0.67 180 0.63 0.2
Hex 13 53 53 4D 0 0 43 B4 3F 14
Octal 23 123 123 115 0 0 103 264 77 24
Binary 10011 1010011 1010011 1001101 0 0 1000011 10110100 111111 10100

Color Harmonies of #135353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135353

Black with #135353

Text Example


Text Example

White with #135353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135353; }

 p { color: rgb(19,83,83); }

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

background-color css

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

 a { background-color: rgb(19,83,83); }

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

border-color css

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

 span { border-color: rgb(19,83,83); }

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