Html Css Color HEX #425354 Oracle

📋 copy color: '#425354'

red 66 ◦ green 83 ◦ blue 84

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

Shades of Oracle #425354

Tints of Oracle #425354

RGB

 RED value IS 66 (26.17% from 255) = 28.33%

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

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

R = 28.33%
G = 35.62%
B = 36.05%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#425354 (or 0x425354) is known color: Oracle. HEX triplet: 42, 53 and 54. RGB value is (66,83,84). Sum of RGB (Red+Green+Blue) = 66+83+84=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 84 - color contains mainly: blue. Hex color #425354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425354 is #BDACAB. Grayscale: #4E4E4E. Windows color (decimal): -12430508 or 5526338. OLE color: 5526338.

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

Color convert

RGB 66 83 84 -
CMYK 0.21 0.01 0 0.67
HSL 183.33º 0.12% 0.29% -
HSV(B) 183.33º 0.21% 0.33% -
XYZ 6.94 7.98 9.56 -
YUV 78.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 66 83 84 0.21 0.01 0 0.67 183.33 0.12 0.29
Hex 42 53 54 15 1 0 43 B7 C 1D
Octal 102 123 124 25 1 0 103 267 14 35
Binary 1000010 1010011 1010100 10101 1 0 1000011 10110111 1100 11101

Color Harmonies of #425354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425354

Black with #425354

Text Example


Text Example

White with #425354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425354; }

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

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

background-color css

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

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

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

border-color css

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

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

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