Html Css Color HEX #425D5D Oracle

📋 copy color: '#425D5D'

red 66 ◦ green 93 ◦ blue 93

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

Shades of Oracle #425D5D

Tints of Oracle #425D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.9%

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 26.19%
G = 36.9%
B = 36.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#425D5D (or 0x425D5D) is known color: Oracle. HEX triplet: 42, 5D and 5D. RGB value is (66,93,93). Sum of RGB (Red+Green+Blue) = 66+93+93=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #425D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D5D is #BDA2A2. Grayscale: #545454. Windows color (decimal): -12427939 or 6118722. OLE color: 6118722.

HSL color Cylindrical-coordinate representation of color #425D5D: hue angle of 180º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D5D is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 93 93 -
CMYK 0.29 0 0 0.64
HSL 180º 0.17% 0.31% -
HSV(B) 180º 0.29% 0.36% -
XYZ 8.14 9.78 11.81 -
YUV 84.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 66 93 93 0.29 0 0 0.64 180 0.17 0.31
Hex 42 5D 5D 1D 0 0 40 B4 11 1F
Octal 102 135 135 35 0 0 100 264 21 37
Binary 1000010 1011101 1011101 11101 0 0 1000000 10110100 10001 11111

Color Harmonies of #425D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D5D

Black with #425D5D

Text Example


Text Example

White with #425D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425D5D; }

 p { color: rgb(66,93,93); }

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

background-color css

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

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

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

border-color css

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

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

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