Html Css Color HEX #425C5C Oracle

📋 copy color: '#425C5C'

red 66 ◦ green 92 ◦ blue 92

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

Shades of Oracle #425C5C

Tints of Oracle #425C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.8%

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 26.4%
G = 36.8%
B = 36.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#425C5C (or 0x425C5C) is known color: Oracle. HEX triplet: 42, 5C and 5C. RGB value is (66,92,92). Sum of RGB (Red+Green+Blue) = 66+92+92=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #425C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C5C is #BDA3A3. Grayscale: #545454. Windows color (decimal): -12428196 or 6052930. OLE color: 6052930.

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

Color convert

RGB 66 92 92 -
CMYK 0.28 0 0 0.64
HSL 180º 0.16% 0.31% -
HSV(B) 180º 0.28% 0.36% -
XYZ 8.01 9.59 11.55 -
YUV 84.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 66 92 92 0.28 0 0 0.64 180 0.16 0.31
Hex 42 5C 5C 1C 0 0 40 B4 10 1F
Octal 102 134 134 34 0 0 100 264 20 37
Binary 1000010 1011100 1011100 11100 0 0 1000000 10110100 10000 11111

Color Harmonies of #425C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C5C

Black with #425C5C

Text Example


Text Example

White with #425C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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