Html Css Color HEX #425C5D Oracle

📋 copy color: '#425C5D'

red 66 ◦ green 92 ◦ blue 93

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

Shades of Oracle #425C5D

Tints of Oracle #425C5D

RGB

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

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

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

R = 26.29%
G = 36.65%
B = 37.05%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#425C5D (or 0x425C5D) is known color: Oracle. HEX triplet: 42, 5C and 5D. RGB value is (66,92,93). Sum of RGB (Red+Green+Blue) = 66+92+93=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #425C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C5D is #BDA3A2. Grayscale: #545454. Windows color (decimal): -12428195 or 6118466. OLE color: 6118466.

HSL color Cylindrical-coordinate representation of color #425C5D: hue angle of 182.22º 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 #425C5D is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 93 -
CMYK 0.29 0.01 0 0.64
HSL 182.22º 0.17% 0.31% -
HSV(B) 182.22º 0.29% 0.36% -
XYZ 8.05 9.6 11.79 -
YUV 84.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 66 92 93 0.29 0.01 0 0.64 182.22 0.17 0.31
Hex 42 5C 5D 1D 1 0 40 B6 11 1F
Octal 102 134 135 35 1 0 100 266 21 37
Binary 1000010 1011100 1011101 11101 1 0 1000000 10110110 10001 11111

Color Harmonies of #425C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C5D

Black with #425C5D

Text Example


Text Example

White with #425C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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