#434B58

Color #434B58 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #434B58

Tints of Rhino #434B58

Color information

#434B58 (or 0x434B58) is unknown color: approx Rhino. HEX triplet: 43, 4B and 58. RGB value is (67,75,88). Sum of RGB (Red+Green+Blue) = 67+75+88=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #434B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B58 is #BCB4A7. Grayscale: #4A4A4A. Windows color (decimal): -12367016 or 5786435. OLE color: 5786435.

HSL color Cylindrical-coordinate representation of color #434B58: hue angle of 217.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #434B58 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB677588-
CMYK0.240.1500.65
HSL217.14º13.55%30.39%-
HSV(B)217.14º23.86%34.51%-
XYZ6.596.9310.22-
YUV74.09135.85122.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.13%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=29.13%
G=32.61%
B=38.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6775880.240.1500.65217.1413.5530.39
Hex434B5818F041d9e1e
Octal103113130301701013311636
Binary1000011100101110110001100011110100000111011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B58; }

 p { color: rgb(67,75,88); }

 H1.HeaderClassName
 {
   color: #434B58;
 }
 .AnyTagClassName
 {
   color: #434B58;
 }
</style>
background-color css

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

 a { background-color: rgb(67,75,88); }

 div.DivClassName
 {
   background-color: #434B58;
 }
 .BgClassName
 {
   background-color: #434B58;
 }
</style>
border-color css

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

 span { border-color: rgb(67,75,88); }

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