Html Css Color HEX #375565 Cello

📋 copy color: '#375565'

red 55 ◦ green 85 ◦ blue 101

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

Shades of Cello #375565

Tints of Cello #375565

RGB

 RED value IS 55 (21.88% from 255) = 22.82%

 GREEN value IS 85 (33.59% from 255) = 35.27%

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 22.82%
G = 35.27%
B = 41.91%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#375565 (or 0x375565) is known color: Cello. HEX triplet: 37, 55 and 65. RGB value is (55,85,101). Sum of RGB (Red+Green+Blue) = 55+85+101=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #375565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375565 is #C8AA9A. Grayscale: #4D4D4D. Windows color (decimal): -13150875 or 6640951. OLE color: 6640951.

HSL color Cylindrical-coordinate representation of color #375565: hue angle of 200.87º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375565 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 85 101 -
CMYK 0.46 0.16 0 0.60
HSL 200.87º 0.29% 0.31% -
HSV(B) 200.87º 0.46% 0.4% -
XYZ 7.17 8.25 13.53 -
YUV 77.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 55 85 101 0.46 0.16 0 0.60 200.87 0.29 0.31
Hex 37 55 65 2E 10 0 3C C9 1D 1F
Octal 67 125 145 56 20 0 74 311 35 37
Binary 110111 1010101 1100101 101110 10000 0 111100 11001001 11101 11111

Color Harmonies of #375565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375565

Black with #375565

Text Example


Text Example

White with #375565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375565; }

 p { color: rgb(55,85,101); }

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

background-color css

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

 a { background-color: rgb(55,85,101); }

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

border-color css

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

 span { border-color: rgb(55,85,101); }

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