Html Css Color HEX #405354 Oracle

📋 copy color: '#405354'

red 64 ◦ green 83 ◦ blue 84

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

Shades of Oracle #405354

Tints of Oracle #405354

RGB

 RED value IS 64 (25.39% from 255) = 27.71%

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

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 27.71%
G = 35.93%
B = 36.36%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#405354 (or 0x405354) is known color: Oracle. HEX triplet: 40, 53 and 54. RGB value is (64,83,84). Sum of RGB (Red+Green+Blue) = 64+83+84=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #405354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405354 is #BFACAB. Grayscale: #4D4D4D. Windows color (decimal): -12561580 or 5526336. OLE color: 5526336.

HSL color Cylindrical-coordinate representation of color #405354: hue angle of 183º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #405354 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 84 -
CMYK 0.24 0.01 0 0.67
HSL 183º 0.14% 0.29% -
HSV(B) 183º 0.24% 0.33% -
XYZ 6.81 7.92 9.56 -
YUV 77.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 64 83 84 0.24 0.01 0 0.67 183 0.14 0.29
Hex 40 53 54 18 1 0 43 B7 E 1D
Octal 100 123 124 30 1 0 103 267 16 35
Binary 1000000 1010011 1010100 11000 1 0 1000011 10110111 1110 11101

Color Harmonies of #405354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405354

Black with #405354

Text Example


Text Example

White with #405354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405354; }

 p { color: rgb(64,83,84); }

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

background-color css

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

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

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

border-color css

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

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

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