Html Css Color HEX #354557 Rhino

📋 copy color: '#354557'

red 53 ◦ green 69 ◦ blue 87

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

Shades of Rhino #354557

Tints of Rhino #354557

RGB

 RED value IS 53 (21.09% from 255) = 25.36%

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 25.36%
G = 33.01%
B = 41.63%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354557 (or 0x354557) is known color: Rhino. HEX triplet: 35, 45 and 57. RGB value is (53,69,87). Sum of RGB (Red+Green+Blue) = 53+69+87=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #354557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354557 is #CABAA8. Grayscale: #424242. Windows color (decimal): -13286057 or 5719349. OLE color: 5719349.

HSL color Cylindrical-coordinate representation of color #354557: hue angle of 211.76º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354557 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 69 87 -
CMYK 0.39 0.21 0 0.66
HSL 211.76º 0.24% 0.27% -
HSV(B) 211.76º 0.39% 0.34% -
XYZ 5.32 5.7 9.84 -
YUV 66.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 53 69 87 0.39 0.21 0 0.66 211.76 0.24 0.27
Hex 35 45 57 27 15 0 42 D4 18 1B
Octal 65 105 127 47 25 0 102 324 30 33
Binary 110101 1000101 1010111 100111 10101 0 1000010 11010100 11000 11011

Color Harmonies of #354557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354557

Black with #354557

Text Example


Text Example

White with #354557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354557; }

 p { color: rgb(53,69,87); }

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

background-color css

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

 a { background-color: rgb(53,69,87); }

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

border-color css

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

 span { border-color: rgb(53,69,87); }

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